Html Css Color HEX #B66E52 Sante Fe

📋 copy color: '#B66E52'

red 182 ◦ green 110 ◦ blue 82

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

Shades of Sante Fe #B66E52

Tints of Sante Fe #B66E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.93%

R = 48.66%
G = 29.41%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B66E52 (or 0xB66E52) is known color: Sante Fe. HEX triplet: B6, 6E and 52. RGB value is (182,110,82). Sum of RGB (Red+Green+Blue) = 182+110+82=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E52 is #4991AD. Grayscale: #808080. Windows color (decimal): -4821422 or 5402294. OLE color: 5402294.

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

Color convert

RGB 182 110 82 -
CMYK 0 0.40 0.55 0.29
HSL 16.8º 0.41% 0.52% -
HSV(B) 16.8º 0.55% 0.71% -
XYZ 26.39 21.71 10.78 -
YUV 128.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 182 110 82 0 0.40 0.55 0.29 16.8 0.41 0.52
Hex B6 6E 52 0 28 37 1D 11 29 34
Octal 266 156 122 0 50 67 35 21 51 64
Binary 10110110 1101110 1010010 0 101000 110111 11101 10001 101001 110100

Color Harmonies of #B66E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E52

Black with #B66E52

Text Example


Text Example

White with #B66E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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