Html Css Color HEX #B37052 Sante Fe

📋 copy color: '#B37052'

red 179 ◦ green 112 ◦ blue 82

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

Shades of Sante Fe #B37052

Tints of Sante Fe #B37052

RGB

 RED value IS 179 (70.31% from 255) = 47.99%

 GREEN value IS 112 (44.14% from 255) = 30.03%

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

R = 47.99%
G = 30.03%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B37052 (or 0xB37052) is known color: Sante Fe. HEX triplet: B3, 70 and 52. RGB value is (179,112,82). Sum of RGB (Red+Green+Blue) = 179+112+82=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B37052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37052 is #4C8FAD. Grayscale: #808080. Windows color (decimal): -5017518 or 5402803. OLE color: 5402803.

HSL color Cylindrical-coordinate representation of color #B37052: hue angle of 18.56º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B37052 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 112 82 -
CMYK 0 0.37 0.54 0.30
HSL 18.56º 0.39% 0.51% -
HSV(B) 18.56º 0.54% 0.7% -
XYZ 25.91 21.78 10.82 -
YUV 128.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 179 112 82 0 0.37 0.54 0.30 18.56 0.39 0.51
Hex B3 70 52 0 25 36 1E 13 27 33
Octal 263 160 122 0 45 66 36 23 47 63
Binary 10110011 1110000 1010010 0 100101 110110 11110 10011 100111 110011

Color Harmonies of #B37052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37052

Black with #B37052

Text Example


Text Example

White with #B37052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37052; }

 p { color: rgb(179,112,82); }

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

background-color css

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

 a { background-color: rgb(179,112,82); }

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

border-color css

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

 span { border-color: rgb(179,112,82); }

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