Color Hex Logo

#bf825d Color Hex

#BF825D
(191,130,93)
0 Favorites   0 Comments

Color spaces of #bf825d

RGB 19113093
HSL0.060.430.56
HSV23°51°75°
CMYK 0.000.320.51   0.25
XYZ31.444327.831914.0707
Yxy27.83190.42870.3795
Hunter Lab52.755914.069021.1157
CIE-Lab59.736619.359529.4654

#bf825d color RGB value is (191,130,93).

#bf825d hex color red value is 191, green value is 130 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bf825d hue: 0.06 , saturation: 0.43 and the lightness value of bf825d is 0.56.

The process color (four color CMYK) of #bf825d color hex is 0.00, 0.32, 0.51, 0.25. Web safe color of #bf825d is #cc9966. Color #bf825d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000010 01011101
Octal 277 202 135
Decimal 191 130 93
Hex BF 82 5D

RGB Percentages of Color #bf825d

%46.14
%31.40
%22.46

CMYK Percentages of Color #bf825d

%0
%32
%51
%25

Triadic Colors of #bf825d

#bf825d #5dbf82 #825dbf

Analogous Colors of #bf825d

#bf825d #bfb35d #bf5d69

Monochromatic Colors of #bf825d

#bf825d

Complementary Color

#bf825d #5d9abf

#bf825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf825d Color CSS Codes

.mybgcolor {background-color:#bf825d; } 
.myforecolor {color:#bf825d; }
.mybordercolor {border:3px solid #bf825d; }

#bf825d Text Font Color

<p style="color:#bf825d">Text here</p>

This sample text font color is #bf825d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf825d Background Color

<div style="background-color:#bf825d">
Div content here</div>

This div background color is #bf825d


#bf825d Border Color

<div style="border:3px solid #bf825d">
Div here</div>

This div border color is #bf825d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,130,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf825d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf825d;
  -webkit-box-shadow: 1px 1px 3px 2px #bf825d;
  box-shadow:         1px 1px 3px 2px #bf825d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,130,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf825d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf825d;
  -webkit-box-shadow: 1px 1px 3px 2px #bf825d;
  box-shadow:         1px 1px 3px 2px #bf825d;">
Div content here</div>

This div box has shadow with color #bf825d


Comments

No comments written yet.

Please login to write comment.