Html Css Color HEX #B66E57 Sante Fe

📋 copy color: '#B66E57'

red 182 ◦ green 110 ◦ blue 87

#B66E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #B66E57

Tints of Sante Fe #B66E57

RGB

 RED value IS 182 (71.48% from 255) = 48.02%

 GREEN value IS 110 (43.36% from 255) = 29.02%

 BLUE value IS 87 (34.38% from 255) = 22.96%

R = 48.02%
G = 29.02%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B66E57 (or 0xB66E57) is known color: Sante Fe. HEX triplet: B6, 6E and 57. RGB value is (182,110,87). Sum of RGB (Red+Green+Blue) = 182+110+87=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E57 is #4991A8. Grayscale: #818181. Windows color (decimal): -4821417 or 5729974. OLE color: 5729974.

HSL color Cylindrical-coordinate representation of color #B66E57: hue angle of 14.53º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B66E57 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 110 87 -
CMYK 0 0.40 0.52 0.29
HSL 14.53º 0.39% 0.53% -
HSV(B) 14.53º 0.52% 0.71% -
XYZ 26.59 21.79 11.82 -
YUV 128.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 182 110 87 0 0.40 0.52 0.29 14.53 0.39 0.53
Hex B6 6E 57 0 28 34 1D F 27 35
Octal 266 156 127 0 50 64 35 17 47 65
Binary 10110110 1101110 1010111 0 101000 110100 11101 1111 100111 110101

Color Harmonies of #B66E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E57

Black with #B66E57

Text Example


Text Example

White with #B66E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E57; }

 p { color: rgb(182,110,87); }

 H1.HeaderClassName
 {
   color: #B66E57;
 }
 .AnyTagClassName
 {
   color: #B66E57;
 }
</style>

background-color css

<style>
 a { background-color: #B66E57; }

 a { background-color: rgb(182,110,87); }

 div.DivClassName
 {
   background-color: #B66E57;
 }
 .BgClassName
 {
   background-color: #B66E57;
 }
</style>

border-color css

<style>
 span { border-color: #B66E57; }

 span { border-color: rgb(182,110,87); }

 td.TdClassName
 {
   border-color: #B66E57;
 }
 .TagClassName
 {
   border-color: #B66E57;
 }
</style>