Html Css Color HEX #B66D56 Sante Fe

📋 copy color: '#B66D56'

red 182 ◦ green 109 ◦ blue 86

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

Shades of Sante Fe #B66D56

Tints of Sante Fe #B66D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 48.28%
G = 28.91%
B = 22.81%

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

#B66D56 (or 0xB66D56) is known color: Sante Fe. HEX triplet: B6, 6D and 56. RGB value is (182,109,86). Sum of RGB (Red+Green+Blue) = 182+109+86=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D56 is #4992A9. Grayscale: #808080. Windows color (decimal): -4821674 or 5664182. OLE color: 5664182.

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

Color convert

RGB 182 109 86 -
CMYK 0 0.40 0.53 0.29
HSL 14.38º 0.4% 0.53% -
HSV(B) 14.38º 0.53% 0.71% -
XYZ 26.44 21.55 11.57 -
YUV 128.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 182 109 86 0 0.40 0.53 0.29 14.38 0.4 0.53
Hex B6 6D 56 0 28 35 1D E 28 35
Octal 266 155 126 0 50 65 35 16 50 65
Binary 10110110 1101101 1010110 0 101000 110101 11101 1110 101000 110101

Color Harmonies of #B66D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D56

Black with #B66D56

Text Example


Text Example

White with #B66D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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