Html Css Color HEX #B57151 Sante Fe

📋 copy color: '#B57151'

red 181 ◦ green 113 ◦ blue 81

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

Shades of Sante Fe #B57151

Tints of Sante Fe #B57151

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 48.27%
G = 30.13%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B57151 (or 0xB57151) is known color: Sante Fe. HEX triplet: B5, 71 and 51. RGB value is (181,113,81). Sum of RGB (Red+Green+Blue) = 181+113+81=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B57151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57151 is #4A8EAE. Grayscale: #818181. Windows color (decimal): -4886191 or 5337525. OLE color: 5337525.

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

Color convert

RGB 181 113 81 -
CMYK 0 0.38 0.55 0.29
HSL 19.2º 0.4% 0.51% -
HSV(B) 19.2º 0.55% 0.71% -
XYZ 26.45 22.23 10.68 -
YUV 129.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 181 113 81 0 0.38 0.55 0.29 19.2 0.4 0.51
Hex B5 71 51 0 26 37 1D 13 28 33
Octal 265 161 121 0 46 67 35 23 50 63
Binary 10110101 1110001 1010001 0 100110 110111 11101 10011 101000 110011

Color Harmonies of #B57151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57151

Black with #B57151

Text Example


Text Example

White with #B57151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57151; }

 p { color: rgb(181,113,81); }

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

background-color css

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

 a { background-color: rgb(181,113,81); }

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

border-color css

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

 span { border-color: rgb(181,113,81); }

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