Html Css Color HEX #B47857 Sante Fe

📋 copy color: '#B47857'

red 180 ◦ green 120 ◦ blue 87

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

Shades of Sante Fe #B47857

Tints of Sante Fe #B47857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.48%

R = 46.51%
G = 31.01%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B47857 (or 0xB47857) is known color: Sante Fe. HEX triplet: B4, 78 and 57. RGB value is (180,120,87). Sum of RGB (Red+Green+Blue) = 180+120+87=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B47857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47857 is #4B87A8. Grayscale: #868686. Windows color (decimal): -4949929 or 5732532. OLE color: 5732532.

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

Color convert

RGB 180 120 87 -
CMYK 0 0.33 0.52 0.29
HSL 21.29º 0.38% 0.52% -
HSV(B) 21.29º 0.52% 0.71% -
XYZ 27.26 23.82 12.18 -
YUV 134.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 180 120 87 0 0.33 0.52 0.29 21.29 0.38 0.52
Hex B4 78 57 0 21 34 1D 15 26 34
Octal 264 170 127 0 41 64 35 25 46 64
Binary 10110100 1111000 1010111 0 100001 110100 11101 10101 100110 110100

Color Harmonies of #B47857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47857

Black with #B47857

Text Example


Text Example

White with #B47857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47857; }

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

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

background-color css

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

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

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

border-color css

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

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

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