Html Css Color HEX #B37352 Sante Fe

📋 copy color: '#B37352'

red 179 ◦ green 115 ◦ blue 82

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

Shades of Sante Fe #B37352

Tints of Sante Fe #B37352

RGB

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

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

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

R = 47.61%
G = 30.59%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B37352 (or 0xB37352) is known color: Sante Fe. HEX triplet: B3, 73 and 52. RGB value is (179,115,82). Sum of RGB (Red+Green+Blue) = 179+115+82=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B37352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37352 is #4C8CAD. Grayscale: #828282. Windows color (decimal): -5016750 or 5403571. OLE color: 5403571.

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

Color convert

RGB 179 115 82 -
CMYK 0 0.36 0.54 0.30
HSL 20.41º 0.39% 0.51% -
HSV(B) 20.41º 0.54% 0.7% -
XYZ 26.24 22.45 10.93 -
YUV 130.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 179 115 82 0 0.36 0.54 0.30 20.41 0.39 0.51
Hex B3 73 52 0 24 36 1E 14 27 33
Octal 263 163 122 0 44 66 36 24 47 63
Binary 10110011 1110011 1010010 0 100100 110110 11110 10100 100111 110011

Color Harmonies of #B37352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37352

Black with #B37352

Text Example


Text Example

White with #B37352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37352; }

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

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

background-color css

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

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

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

border-color css

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

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

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