Html Css Color HEX #B37952 Sante Fe

📋 copy color: '#B37952'

red 179 ◦ green 121 ◦ blue 82

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

Shades of Sante Fe #B37952

Tints of Sante Fe #B37952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

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

R = 46.86%
G = 31.68%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B37952 (or 0xB37952) is known color: Sante Fe. HEX triplet: B3, 79 and 52. RGB value is (179,121,82). Sum of RGB (Red+Green+Blue) = 179+121+82=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B37952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37952 is #4C86AD. Grayscale: #868686. Windows color (decimal): -5015214 or 5405107. OLE color: 5405107.

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

Color convert

RGB 179 121 82 -
CMYK 0 0.32 0.54 0.30
HSL 24.12º 0.39% 0.51% -
HSV(B) 24.12º 0.54% 0.7% -
XYZ 26.95 23.87 11.17 -
YUV 133.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 179 121 82 0 0.32 0.54 0.30 24.12 0.39 0.51
Hex B3 79 52 0 20 36 1E 18 27 33
Octal 263 171 122 0 40 66 36 30 47 63
Binary 10110011 1111001 1010010 0 100000 110110 11110 11000 100111 110011

Color Harmonies of #B37952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37952

Black with #B37952

Text Example


Text Example

White with #B37952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37952; }

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

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

background-color css

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

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

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

border-color css

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

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

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