Html Css Color HEX #B57A53 Sante Fe

📋 copy color: '#B57A53'

red 181 ◦ green 122 ◦ blue 83

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

Shades of Sante Fe #B57A53

Tints of Sante Fe #B57A53

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 83 (32.81% from 255) = 21.5%

R = 46.89%
G = 31.61%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B57A53 (or 0xB57A53) is known color: Sante Fe. HEX triplet: B5, 7A and 53. RGB value is (181,122,83). Sum of RGB (Red+Green+Blue) = 181+122+83=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A53 is #4A85AC. Grayscale: #878787. Windows color (decimal): -4883885 or 5470901. OLE color: 5470901.

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

Color convert

RGB 181 122 83 -
CMYK 0 0.33 0.54 0.29
HSL 23.88º 0.4% 0.52% -
HSV(B) 23.88º 0.54% 0.71% -
XYZ 27.58 24.37 11.43 -
YUV 135.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 181 122 83 0 0.33 0.54 0.29 23.88 0.4 0.52
Hex B5 7A 53 0 21 36 1D 18 28 34
Octal 265 172 123 0 41 66 35 30 50 64
Binary 10110101 1111010 1010011 0 100001 110110 11101 11000 101000 110100

Color Harmonies of #B57A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A53

Black with #B57A53

Text Example


Text Example

White with #B57A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A53; }

 p { color: rgb(181,122,83); }

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

background-color css

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

 a { background-color: rgb(181,122,83); }

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

border-color css

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

 span { border-color: rgb(181,122,83); }

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