Html Css Color HEX #B47756 Sante Fe

📋 copy color: '#B47756'

red 180 ◦ green 119 ◦ blue 86

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

Shades of Sante Fe #B47756

Tints of Sante Fe #B47756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

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

R = 46.75%
G = 30.91%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B47756 (or 0xB47756) is known color: Sante Fe. HEX triplet: B4, 77 and 56. RGB value is (180,119,86). Sum of RGB (Red+Green+Blue) = 180+119+86=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B47756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47756 is #4B88A9. Grayscale: #858585. Windows color (decimal): -4950186 or 5666740. OLE color: 5666740.

HSL color Cylindrical-coordinate representation of color #B47756: hue angle of 21.06º 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 #B47756 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 86 -
CMYK 0 0.34 0.52 0.29
HSL 21.06º 0.39% 0.52% -
HSV(B) 21.06º 0.52% 0.71% -
XYZ 27.1 23.57 11.93 -
YUV 133.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 180 119 86 0 0.34 0.52 0.29 21.06 0.39 0.52
Hex B4 77 56 0 22 34 1D 15 27 34
Octal 264 167 126 0 42 64 35 25 47 64
Binary 10110100 1110111 1010110 0 100010 110100 11101 10101 100111 110100

Color Harmonies of #B47756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47756

Black with #B47756

Text Example


Text Example

White with #B47756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47756; }

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

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

background-color css

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

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

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

border-color css

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

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

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