Html Css Color HEX #B57752 Sante Fe

📋 copy color: '#B57752'

red 181 ◦ green 119 ◦ blue 82

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

Shades of Sante Fe #B57752

Tints of Sante Fe #B57752

RGB

 RED value IS 181 (71.09% from 255) = 47.38%

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

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

R = 47.38%
G = 31.15%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B57752 (or 0xB57752) is known color: Sante Fe. HEX triplet: B5, 77 and 52. RGB value is (181,119,82). Sum of RGB (Red+Green+Blue) = 181+119+82=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B57752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57752 is #4A88AD. Grayscale: #858585. Windows color (decimal): -4884654 or 5404597. OLE color: 5404597.

HSL color Cylindrical-coordinate representation of color #B57752: hue angle of 22.42º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B57752 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 82 -
CMYK 0 0.34 0.55 0.29
HSL 22.42º 0.4% 0.52% -
HSV(B) 22.42º 0.55% 0.71% -
XYZ 27.18 23.63 11.11 -
YUV 133.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 181 119 82 0 0.34 0.55 0.29 22.42 0.4 0.52
Hex B5 77 52 0 22 37 1D 16 28 34
Octal 265 167 122 0 42 67 35 26 50 64
Binary 10110101 1110111 1010010 0 100010 110111 11101 10110 101000 110100

Color Harmonies of #B57752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57752

Black with #B57752

Text Example


Text Example

White with #B57752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57752; }

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

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

background-color css

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

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

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

border-color css

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

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

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