Html Css Color HEX #B56859 Sante Fe

📋 copy color: '#B56859'

red 181 ◦ green 104 ◦ blue 89

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

Shades of Sante Fe #B56859

Tints of Sante Fe #B56859

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.81%

 BLUE value IS 89 (35.16% from 255) = 23.8%

R = 48.4%
G = 27.81%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B56859 (or 0xB56859) is known color: Sante Fe. HEX triplet: B5, 68 and 59. RGB value is (181,104,89). Sum of RGB (Red+Green+Blue) = 181+104+89=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B56859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56859 is #4A97A6. Grayscale: #7D7D7D. Windows color (decimal): -4888487 or 5859509. OLE color: 5859509.

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

Color convert

RGB 181 104 89 -
CMYK 0 0.43 0.51 0.29
HSL 9.78º 0.38% 0.53% -
HSV(B) 9.78º 0.51% 0.71% -
XYZ 25.81 20.45 12.04 -
YUV 125.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 181 104 89 0 0.43 0.51 0.29 9.78 0.38 0.53
Hex B5 68 59 0 2B 33 1D A 26 35
Octal 265 150 131 0 53 63 35 12 46 65
Binary 10110101 1101000 1011001 0 101011 110011 11101 1010 100110 110101

Color Harmonies of #B56859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56859

Black with #B56859

Text Example


Text Example

White with #B56859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56859; }

 p { color: rgb(181,104,89); }

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

background-color css

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

 a { background-color: rgb(181,104,89); }

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

border-color css

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

 span { border-color: rgb(181,104,89); }

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