Html Css Color HEX #B47752 Sante Fe

📋 copy color: '#B47752'

red 180 ◦ green 119 ◦ blue 82

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

Shades of Sante Fe #B47752

Tints of Sante Fe #B47752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 47.24%
G = 31.23%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B47752 (or 0xB47752) is known color: Sante Fe. HEX triplet: B4, 77 and 52. RGB value is (180,119,82). Sum of RGB (Red+Green+Blue) = 180+119+82=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B47752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47752 is #4B88AD. Grayscale: #858585. Windows color (decimal): -4950190 or 5404596. OLE color: 5404596.

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

Color convert

RGB 180 119 82 -
CMYK 0 0.34 0.54 0.29
HSL 22.65º 0.4% 0.51% -
HSV(B) 22.65º 0.54% 0.71% -
XYZ 26.94 23.51 11.1 -
YUV 133.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 180 119 82 0 0.34 0.54 0.29 22.65 0.4 0.51
Hex B4 77 52 0 22 36 1D 17 28 33
Octal 264 167 122 0 42 66 35 27 50 63
Binary 10110100 1110111 1010010 0 100010 110110 11101 10111 101000 110011

Color Harmonies of #B47752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47752

Black with #B47752

Text Example


Text Example

White with #B47752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47752; }

 p { color: rgb(180,119,82); }

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

background-color css

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

 a { background-color: rgb(180,119,82); }

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

border-color css

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

 span { border-color: rgb(180,119,82); }

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