Html Css Color HEX #B66E55 Sante Fe

📋 copy color: '#B66E55'

red 182 ◦ green 110 ◦ blue 85

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

Shades of Sante Fe #B66E55

Tints of Sante Fe #B66E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 48.28%
G = 29.18%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B66E55 (or 0xB66E55) is known color: Sante Fe. HEX triplet: B6, 6E and 55. RGB value is (182,110,85). Sum of RGB (Red+Green+Blue) = 182+110+85=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E55 is #4991AA. Grayscale: #808080. Windows color (decimal): -4821419 or 5598902. OLE color: 5598902.

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

Color convert

RGB 182 110 85 -
CMYK 0 0.40 0.53 0.29
HSL 15.46º 0.4% 0.52% -
HSV(B) 15.46º 0.53% 0.71% -
XYZ 26.51 21.75 11.4 -
YUV 128.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 182 110 85 0 0.40 0.53 0.29 15.46 0.4 0.52
Hex B6 6E 55 0 28 35 1D F 28 34
Octal 266 156 125 0 50 65 35 17 50 64
Binary 10110110 1101110 1010101 0 101000 110101 11101 1111 101000 110100

Color Harmonies of #B66E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E55

Black with #B66E55

Text Example


Text Example

White with #B66E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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