Html Css Color HEX #B66C5A Sante Fe

📋 copy color: '#B66C5A'

red 182 ◦ green 108 ◦ blue 90

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

Shades of Sante Fe #B66C5A

Tints of Sante Fe #B66C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 47.89%
G = 28.42%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B66C5A (or 0xB66C5A) is known color: Sante Fe. HEX triplet: B6, 6C and 5A. RGB value is (182,108,90). Sum of RGB (Red+Green+Blue) = 182+108+90=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C5A is #4993A5. Grayscale: #808080. Windows color (decimal): -4821926 or 5926070. OLE color: 5926070.

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

Color convert

RGB 182 108 90 -
CMYK 0 0.41 0.51 0.29
HSL 11.74º 0.39% 0.53% -
HSV(B) 11.74º 0.51% 0.71% -
XYZ 26.5 21.41 12.41 -
YUV 128.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 182 108 90 0 0.41 0.51 0.29 11.74 0.39 0.53
Hex B6 6C 5A 0 29 33 1D C 27 35
Octal 266 154 132 0 51 63 35 14 47 65
Binary 10110110 1101100 1011010 0 101001 110011 11101 1100 100111 110101

Color Harmonies of #B66C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66C5A

Black with #B66C5A

Text Example


Text Example

White with #B66C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66C5A; }

 p { color: rgb(182,108,90); }

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

background-color css

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

 a { background-color: rgb(182,108,90); }

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

border-color css

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

 span { border-color: rgb(182,108,90); }

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