Html Css Color HEX #B57750 Sante Fe

📋 copy color: '#B57750'

red 181 ◦ green 119 ◦ blue 80

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

Shades of Sante Fe #B57750

Tints of Sante Fe #B57750

RGB

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

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

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

R = 47.63%
G = 31.32%
B = 21.05%

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

#B57750 (or 0xB57750) is known color: Sante Fe. HEX triplet: B5, 77 and 50. RGB value is (181,119,80). Sum of RGB (Red+Green+Blue) = 181+119+80=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B57750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57750 is #4A88AF. Grayscale: #858585. Windows color (decimal): -4884656 or 5273525. OLE color: 5273525.

HSL color Cylindrical-coordinate representation of color #B57750: hue angle of 23.17º 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 #B57750 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 80 -
CMYK 0 0.34 0.56 0.29
HSL 23.17º 0.41% 0.51% -
HSV(B) 23.17º 0.56% 0.71% -
XYZ 27.1 23.6 10.72 -
YUV 133.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 181 119 80 0 0.34 0.56 0.29 23.17 0.41 0.51
Hex B5 77 50 0 22 38 1D 17 29 33
Octal 265 167 120 0 42 70 35 27 51 63
Binary 10110101 1110111 1010000 0 100010 111000 11101 10111 101001 110011

Color Harmonies of #B57750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57750

Black with #B57750

Text Example


Text Example

White with #B57750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57750; }

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

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

background-color css

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

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

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

border-color css

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

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

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