Html Css Color HEX #B47659 Sante Fe

📋 copy color: '#B47659'

red 180 ◦ green 118 ◦ blue 89

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

Shades of Sante Fe #B47659

Tints of Sante Fe #B47659

RGB

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

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

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

R = 46.51%
G = 30.49%
B = 23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B47659 (or 0xB47659) is known color: Sante Fe. HEX triplet: B4, 76 and 59. RGB value is (180,118,89). Sum of RGB (Red+Green+Blue) = 180+118+89=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B47659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47659 is #4B89A6. Grayscale: #858585. Windows color (decimal): -4950439 or 5863092. OLE color: 5863092.

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

Color convert

RGB 180 118 89 -
CMYK 0 0.34 0.51 0.29
HSL 19.12º 0.38% 0.53% -
HSV(B) 19.12º 0.51% 0.71% -
XYZ 27.1 23.38 12.54 -
YUV 133.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 180 118 89 0 0.34 0.51 0.29 19.12 0.38 0.53
Hex B4 76 59 0 22 33 1D 13 26 35
Octal 264 166 131 0 42 63 35 23 46 65
Binary 10110100 1110110 1011001 0 100010 110011 11101 10011 100110 110101

Color Harmonies of #B47659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47659

Black with #B47659

Text Example


Text Example

White with #B47659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47659; }

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

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

background-color css

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

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

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

border-color css

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

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

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