Html Css Color HEX #B47356 Sante Fe

📋 copy color: '#B47356'

red 180 ◦ green 115 ◦ blue 86

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

Shades of Sante Fe #B47356

Tints of Sante Fe #B47356

RGB

 RED value IS 180 (70.7% from 255) = 47.24%

 GREEN value IS 115 (45.31% from 255) = 30.18%

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

R = 47.24%
G = 30.18%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B47356 (or 0xB47356) is known color: Sante Fe. HEX triplet: B4, 73 and 56. RGB value is (180,115,86). Sum of RGB (Red+Green+Blue) = 180+115+86=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B47356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47356 is #4B8CA9. Grayscale: #838383. Windows color (decimal): -4951210 or 5665716. OLE color: 5665716.

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

Color convert

RGB 180 115 86 -
CMYK 0 0.36 0.52 0.29
HSL 18.51º 0.39% 0.52% -
HSV(B) 18.51º 0.52% 0.71% -
XYZ 26.63 22.64 11.77 -
YUV 131.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 180 115 86 0 0.36 0.52 0.29 18.51 0.39 0.52
Hex B4 73 56 0 24 34 1D 13 27 34
Octal 264 163 126 0 44 64 35 23 47 64
Binary 10110100 1110011 1010110 0 100100 110100 11101 10011 100111 110100

Color Harmonies of #B47356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47356

Black with #B47356

Text Example


Text Example

White with #B47356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47356; }

 p { color: rgb(180,115,86); }

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

background-color css

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

 a { background-color: rgb(180,115,86); }

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

border-color css

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

 span { border-color: rgb(180,115,86); }

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