Html Css Color HEX #B47656 Sante Fe

📋 copy color: '#B47656'

red 180 ◦ green 118 ◦ blue 86

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

Shades of Sante Fe #B47656

Tints of Sante Fe #B47656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.73%

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

R = 46.88%
G = 30.73%
B = 22.4%

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

#B47656 (or 0xB47656) is known color: Sante Fe. HEX triplet: B4, 76 and 56. RGB value is (180,118,86). Sum of RGB (Red+Green+Blue) = 180+118+86=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B47656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47656 is #4B89A9. Grayscale: #858585. Windows color (decimal): -4950442 or 5666484. OLE color: 5666484.

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

Color convert

RGB 180 118 86 -
CMYK 0 0.34 0.52 0.29
HSL 20.43º 0.39% 0.52% -
HSV(B) 20.43º 0.52% 0.71% -
XYZ 26.98 23.33 11.89 -
YUV 132.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 180 118 86 0 0.34 0.52 0.29 20.43 0.39 0.52
Hex B4 76 56 0 22 34 1D 14 27 34
Octal 264 166 126 0 42 64 35 24 47 64
Binary 10110100 1110110 1010110 0 100010 110100 11101 10100 100111 110100

Color Harmonies of #B47656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47656

Black with #B47656

Text Example


Text Example

White with #B47656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47656; }

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

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

background-color css

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

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

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

border-color css

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

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

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