Html Css Color HEX #B47352 Sante Fe

📋 copy color: '#B47352'

red 180 ◦ green 115 ◦ blue 82

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

Shades of Sante Fe #B47352

Tints of Sante Fe #B47352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

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

R = 47.75%
G = 30.5%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B47352 (or 0xB47352) is known color: Sante Fe. HEX triplet: B4, 73 and 52. RGB value is (180,115,82). Sum of RGB (Red+Green+Blue) = 180+115+82=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B47352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47352 is #4B8CAD. Grayscale: #828282. Windows color (decimal): -4951214 or 5403572. OLE color: 5403572.

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

Color convert

RGB 180 115 82 -
CMYK 0 0.36 0.54 0.29
HSL 20.2º 0.4% 0.51% -
HSV(B) 20.2º 0.54% 0.71% -
XYZ 26.48 22.57 10.94 -
YUV 130.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 180 115 82 0 0.36 0.54 0.29 20.2 0.4 0.51
Hex B4 73 52 0 24 36 1D 14 28 33
Octal 264 163 122 0 44 66 35 24 50 63
Binary 10110100 1110011 1010010 0 100100 110110 11101 10100 101000 110011

Color Harmonies of #B47352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47352

Black with #B47352

Text Example


Text Example

White with #B47352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47352; }

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

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

background-color css

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

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

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

border-color css

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

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

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