Html Css Color HEX #B57351 Sante Fe

📋 copy color: '#B57351'

red 181 ◦ green 115 ◦ blue 81

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

Shades of Sante Fe #B57351

Tints of Sante Fe #B57351

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

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

R = 48.01%
G = 30.5%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B57351 (or 0xB57351) is known color: Sante Fe. HEX triplet: B5, 73 and 51. RGB value is (181,115,81). Sum of RGB (Red+Green+Blue) = 181+115+81=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B57351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57351 is #4A8CAE. Grayscale: #838383. Windows color (decimal): -4885679 or 5338037. OLE color: 5338037.

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

Color convert

RGB 181 115 81 -
CMYK 0 0.36 0.55 0.29
HSL 20.4º 0.4% 0.51% -
HSV(B) 20.4º 0.55% 0.71% -
XYZ 26.67 22.68 10.76 -
YUV 130.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 181 115 81 0 0.36 0.55 0.29 20.4 0.4 0.51
Hex B5 73 51 0 24 37 1D 14 28 33
Octal 265 163 121 0 44 67 35 24 50 63
Binary 10110101 1110011 1010001 0 100100 110111 11101 10100 101000 110011

Color Harmonies of #B57351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57351

Black with #B57351

Text Example


Text Example

White with #B57351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57351; }

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

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

background-color css

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

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

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

border-color css

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

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

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