Html Css Color HEX #B57656 Sante Fe

📋 copy color: '#B57656'

red 181 ◦ green 118 ◦ blue 86

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

Shades of Sante Fe #B57656

Tints of Sante Fe #B57656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 47.01%
G = 30.65%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B57656 (or 0xB57656) is known color: Sante Fe. HEX triplet: B5, 76 and 56. RGB value is (181,118,86). Sum of RGB (Red+Green+Blue) = 181+118+86=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B57656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57656 is #4A89A9. Grayscale: #858585. Windows color (decimal): -4884906 or 5666485. OLE color: 5666485.

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

Color convert

RGB 181 118 86 -
CMYK 0 0.35 0.52 0.29
HSL 20.21º 0.39% 0.52% -
HSV(B) 20.21º 0.52% 0.71% -
XYZ 27.21 23.45 11.9 -
YUV 133.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 181 118 86 0 0.35 0.52 0.29 20.21 0.39 0.52
Hex B5 76 56 0 23 34 1D 14 27 34
Octal 265 166 126 0 43 64 35 24 47 64
Binary 10110101 1110110 1010110 0 100011 110100 11101 10100 100111 110100

Color Harmonies of #B57656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57656

Black with #B57656

Text Example


Text Example

White with #B57656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57656; }

 p { color: rgb(181,118,86); }

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

background-color css

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

 a { background-color: rgb(181,118,86); }

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

border-color css

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

 span { border-color: rgb(181,118,86); }

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