Html Css Color HEX #B47859 Sante Fe

📋 copy color: '#B47859'

red 180 ◦ green 120 ◦ blue 89

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

Shades of Sante Fe #B47859

Tints of Sante Fe #B47859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.85%

 BLUE value IS 89 (35.16% from 255) = 22.88%

R = 46.27%
G = 30.85%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B47859 (or 0xB47859) is known color: Sante Fe. HEX triplet: B4, 78 and 59. RGB value is (180,120,89). Sum of RGB (Red+Green+Blue) = 180+120+89=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B47859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47859 is #4B87A6. Grayscale: #868686. Windows color (decimal): -4949927 or 5863604. OLE color: 5863604.

HSL color Cylindrical-coordinate representation of color #B47859: hue angle of 20.44º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B47859 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 120 89 -
CMYK 0 0.33 0.51 0.29
HSL 20.44º 0.38% 0.53% -
HSV(B) 20.44º 0.51% 0.71% -
XYZ 27.34 23.86 12.62 -
YUV 134.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 180 120 89 0 0.33 0.51 0.29 20.44 0.38 0.53
Hex B4 78 59 0 21 33 1D 14 26 35
Octal 264 170 131 0 41 63 35 24 46 65
Binary 10110100 1111000 1011001 0 100001 110011 11101 10100 100110 110101

Color Harmonies of #B47859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47859

Black with #B47859

Text Example


Text Example

White with #B47859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47859; }

 p { color: rgb(180,120,89); }

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

background-color css

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

 a { background-color: rgb(180,120,89); }

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

border-color css

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

 span { border-color: rgb(180,120,89); }

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