Html Css Color HEX #B36C59 Sante Fe

📋 copy color: '#B36C59'

red 179 ◦ green 108 ◦ blue 89

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

Shades of Sante Fe #B36C59

Tints of Sante Fe #B36C59

RGB

 RED value IS 179 (70.31% from 255) = 47.61%

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

 BLUE value IS 89 (35.16% from 255) = 23.67%

R = 47.61%
G = 28.72%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B36C59 (or 0xB36C59) is known color: Sante Fe. HEX triplet: B3, 6C and 59. RGB value is (179,108,89). Sum of RGB (Red+Green+Blue) = 179+108+89=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36C59 is #4C93A6. Grayscale: #7F7F7F. Windows color (decimal): -5018535 or 5860531. OLE color: 5860531.

HSL color Cylindrical-coordinate representation of color #B36C59: hue angle of 12.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36C59 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 108 89 -
CMYK 0 0.40 0.50 0.30
HSL 12.67º 0.37% 0.53% -
HSV(B) 12.67º 0.5% 0.7% -
XYZ 25.76 21.03 12.15 -
YUV 127.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 179 108 89 0 0.40 0.50 0.30 12.67 0.37 0.53
Hex B3 6C 59 0 28 32 1E D 25 35
Octal 263 154 131 0 50 62 36 15 45 65
Binary 10110011 1101100 1011001 0 101000 110010 11110 1101 100101 110101

Color Harmonies of #B36C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36C59

Black with #B36C59

Text Example


Text Example

White with #B36C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36C59; }

 p { color: rgb(179,108,89); }

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

background-color css

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

 a { background-color: rgb(179,108,89); }

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

border-color css

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

 span { border-color: rgb(179,108,89); }

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