Html Css Color HEX #B36E5A Sante Fe

📋 copy color: '#B36E5A'

red 179 ◦ green 110 ◦ blue 90

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

Shades of Sante Fe #B36E5A

Tints of Sante Fe #B36E5A

RGB

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

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

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

R = 47.23%
G = 29.02%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B36E5A (or 0xB36E5A) is known color: Sante Fe. HEX triplet: B3, 6E and 5A. RGB value is (179,110,90). Sum of RGB (Red+Green+Blue) = 179+110+90=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36E5A is #4C91A5. Grayscale: #808080. Windows color (decimal): -5018022 or 5926579. OLE color: 5926579.

HSL color Cylindrical-coordinate representation of color #B36E5A: hue angle of 13.48º 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 #B36E5A is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 110 90 -
CMYK 0 0.39 0.50 0.30
HSL 13.48º 0.37% 0.53% -
HSV(B) 13.48º 0.5% 0.7% -
XYZ 26.01 21.47 12.45 -
YUV 128.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 179 110 90 0 0.39 0.50 0.30 13.48 0.37 0.53
Hex B3 6E 5A 0 27 32 1E D 25 35
Octal 263 156 132 0 47 62 36 15 45 65
Binary 10110011 1101110 1011010 0 100111 110010 11110 1101 100101 110101

Color Harmonies of #B36E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36E5A

Black with #B36E5A

Text Example


Text Example

White with #B36E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36E5A; }

 p { color: rgb(179,110,90); }

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

background-color css

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

 a { background-color: rgb(179,110,90); }

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

border-color css

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

 span { border-color: rgb(179,110,90); }

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