Html Css Color HEX #B37852 Sante Fe

📋 copy color: '#B37852'

red 179 ◦ green 120 ◦ blue 82

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

Shades of Sante Fe #B37852

Tints of Sante Fe #B37852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.5%

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

R = 46.98%
G = 31.5%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B37852 (or 0xB37852) is known color: Sante Fe. HEX triplet: B3, 78 and 52. RGB value is (179,120,82). Sum of RGB (Red+Green+Blue) = 179+120+82=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B37852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37852 is #4C87AD. Grayscale: #858585. Windows color (decimal): -5015470 or 5404851. OLE color: 5404851.

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

Color convert

RGB 179 120 82 -
CMYK 0 0.33 0.54 0.30
HSL 23.51º 0.39% 0.51% -
HSV(B) 23.51º 0.54% 0.7% -
XYZ 26.83 23.63 11.13 -
YUV 133.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 179 120 82 0 0.33 0.54 0.30 23.51 0.39 0.51
Hex B3 78 52 0 21 36 1E 18 27 33
Octal 263 170 122 0 41 66 36 30 47 63
Binary 10110011 1111000 1010010 0 100001 110110 11110 11000 100111 110011

Color Harmonies of #B37852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37852

Black with #B37852

Text Example


Text Example

White with #B37852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37852; }

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

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

background-color css

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

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

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

border-color css

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

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

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