Html Css Color HEX #B57850 Sante Fe

📋 copy color: '#B57850'

red 181 ◦ green 120 ◦ blue 80

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

Shades of Sante Fe #B57850

Tints of Sante Fe #B57850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21%

R = 47.51%
G = 31.5%
B = 21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B57850 (or 0xB57850) is known color: Sante Fe. HEX triplet: B5, 78 and 50. RGB value is (181,120,80). Sum of RGB (Red+Green+Blue) = 181+120+80=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B57850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57850 is #4A87AF. Grayscale: #858585. Windows color (decimal): -4884400 or 5273781. OLE color: 5273781.

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

Color convert

RGB 181 120 80 -
CMYK 0 0.34 0.56 0.29
HSL 23.76º 0.41% 0.51% -
HSV(B) 23.76º 0.56% 0.71% -
XYZ 27.22 23.84 10.76 -
YUV 133.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 181 120 80 0 0.34 0.56 0.29 23.76 0.41 0.51
Hex B5 78 50 0 22 38 1D 18 29 33
Octal 265 170 120 0 42 70 35 30 51 63
Binary 10110101 1111000 1010000 0 100010 111000 11101 11000 101001 110011

Color Harmonies of #B57850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57850

Black with #B57850

Text Example


Text Example

White with #B57850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57850; }

 p { color: rgb(181,120,80); }

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

background-color css

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

 a { background-color: rgb(181,120,80); }

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

border-color css

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

 span { border-color: rgb(181,120,80); }

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