Html Css Color HEX #B37752 Sante Fe

📋 copy color: '#B37752'

red 179 ◦ green 119 ◦ blue 82

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

Shades of Sante Fe #B37752

Tints of Sante Fe #B37752

RGB

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

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

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

R = 47.11%
G = 31.32%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B37752 (or 0xB37752) is known color: Sante Fe. HEX triplet: B3, 77 and 52. RGB value is (179,119,82). Sum of RGB (Red+Green+Blue) = 179+119+82=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B37752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37752 is #4C88AD. Grayscale: #848484. Windows color (decimal): -5015726 or 5404595. OLE color: 5404595.

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

Color convert

RGB 179 119 82 -
CMYK 0 0.34 0.54 0.30
HSL 22.89º 0.39% 0.51% -
HSV(B) 22.89º 0.54% 0.7% -
XYZ 26.71 23.39 11.09 -
YUV 132.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 179 119 82 0 0.34 0.54 0.30 22.89 0.39 0.51
Hex B3 77 52 0 22 36 1E 17 27 33
Octal 263 167 122 0 42 66 36 27 47 63
Binary 10110011 1110111 1010010 0 100010 110110 11110 10111 100111 110011

Color Harmonies of #B37752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37752

Black with #B37752

Text Example


Text Example

White with #B37752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37752; }

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

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

background-color css

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

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

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

border-color css

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

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

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