Html Css Color HEX #B47251 Sante Fe

📋 copy color: '#B47251'

red 180 ◦ green 114 ◦ blue 81

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

Shades of Sante Fe #B47251

Tints of Sante Fe #B47251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 48%
G = 30.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B47251 (or 0xB47251) is known color: Sante Fe. HEX triplet: B4, 72 and 51. RGB value is (180,114,81). Sum of RGB (Red+Green+Blue) = 180+114+81=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B47251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47251 is #4B8DAE. Grayscale: #828282. Windows color (decimal): -4951471 or 5337780. OLE color: 5337780.

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

Color convert

RGB 180 114 81 -
CMYK 0 0.37 0.55 0.29
HSL 20º 0.4% 0.51% -
HSV(B) 20º 0.55% 0.71% -
XYZ 26.32 22.33 10.71 -
YUV 129.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 180 114 81 0 0.37 0.55 0.29 20 0.4 0.51
Hex B4 72 51 0 25 37 1D 14 28 33
Octal 264 162 121 0 45 67 35 24 50 63
Binary 10110100 1110010 1010001 0 100101 110111 11101 10100 101000 110011

Color Harmonies of #B47251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47251

Black with #B47251

Text Example


Text Example

White with #B47251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47251; }

 p { color: rgb(180,114,81); }

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

background-color css

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

 a { background-color: rgb(180,114,81); }

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

border-color css

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

 span { border-color: rgb(180,114,81); }

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