Html Css Color HEX #B36356 Sante Fe

📋 copy color: '#B36356'

red 179 ◦ green 99 ◦ blue 86

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

Shades of Sante Fe #B36356

Tints of Sante Fe #B36356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.2%

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

R = 49.18%
G = 27.2%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B36356 (or 0xB36356) is known color: Sante Fe. HEX triplet: B3, 63 and 56. RGB value is (179,99,86). Sum of RGB (Red+Green+Blue) = 179+99+86=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B36356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36356 is #4C9CA9. Grayscale: #797979. Windows color (decimal): -5020842 or 5661619. OLE color: 5661619.

HSL color Cylindrical-coordinate representation of color #B36356: hue angle of 8.39º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B36356 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 99 86 -
CMYK 0 0.45 0.52 0.30
HSL 8.39º 0.38% 0.52% -
HSV(B) 8.39º 0.52% 0.7% -
XYZ 24.73 19.18 11.2 -
YUV 121.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 179 99 86 0 0.45 0.52 0.30 8.39 0.38 0.52
Hex B3 63 56 0 2D 34 1E 8 26 34
Octal 263 143 126 0 55 64 36 10 46 64
Binary 10110011 1100011 1010110 0 101101 110100 11110 1000 100110 110100

Color Harmonies of #B36356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36356

Black with #B36356

Text Example


Text Example

White with #B36356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36356; }

 p { color: rgb(179,99,86); }

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

background-color css

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

 a { background-color: rgb(179,99,86); }

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

border-color css

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

 span { border-color: rgb(179,99,86); }

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