Html Css Color HEX #B66D4C Sante Fe

📋 copy color: '#B66D4C'

red 182 ◦ green 109 ◦ blue 76

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

Shades of Sante Fe #B66D4C

Tints of Sante Fe #B66D4C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 49.59%
G = 29.7%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B66D4C (or 0xB66D4C) is known color: Sante Fe. HEX triplet: B6, 6D and 4C. RGB value is (182,109,76). Sum of RGB (Red+Green+Blue) = 182+109+76=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D4C is #4992B3. Grayscale: #7F7F7F. Windows color (decimal): -4821684 or 5008822. OLE color: 5008822.

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

Color convert

RGB 182 109 76 -
CMYK 0 0.40 0.58 0.29
HSL 18.68º 0.42% 0.51% -
HSV(B) 18.68º 0.58% 0.71% -
XYZ 26.06 21.4 9.6 -
YUV 127.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 182 109 76 0 0.40 0.58 0.29 18.68 0.42 0.51
Hex B6 6D 4C 0 28 3A 1D 13 2A 33
Octal 266 155 114 0 50 72 35 23 52 63
Binary 10110110 1101101 1001100 0 101000 111010 11101 10011 101010 110011

Color Harmonies of #B66D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D4C

Black with #B66D4C

Text Example


Text Example

White with #B66D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D4C; }

 p { color: rgb(182,109,76); }

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

background-color css

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

 a { background-color: rgb(182,109,76); }

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

border-color css

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

 span { border-color: rgb(182,109,76); }

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