Html Css Color HEX #B56C49 Sante Fe

📋 copy color: '#B56C49'

red 181 ◦ green 108 ◦ blue 73

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

Shades of Sante Fe #B56C49

Tints of Sante Fe #B56C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 73 (28.91% from 255) = 20.17%

R = 50%
G = 29.83%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B56C49 (or 0xB56C49) is known color: Sante Fe. HEX triplet: B5, 6C and 49. RGB value is (181,108,73). Sum of RGB (Red+Green+Blue) = 181+108+73=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C49 is #4A93B6. Grayscale: #7E7E7E. Windows color (decimal): -4887479 or 4811957. OLE color: 4811957.

HSL color Cylindrical-coordinate representation of color #B56C49: hue angle of 19.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B56C49 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 108 73 -
CMYK 0 0.40 0.60 0.29
HSL 19.44º 0.43% 0.5% -
HSV(B) 19.44º 0.6% 0.71% -
XYZ 25.62 21.03 9.01 -
YUV 125.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 181 108 73 0 0.40 0.60 0.29 19.44 0.43 0.5
Hex B5 6C 49 0 28 3C 1D 13 2B 32
Octal 265 154 111 0 50 74 35 23 53 62
Binary 10110101 1101100 1001001 0 101000 111100 11101 10011 101011 110010

Color Harmonies of #B56C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C49

Black with #B56C49

Text Example


Text Example

White with #B56C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C49; }

 p { color: rgb(181,108,73); }

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

background-color css

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

 a { background-color: rgb(181,108,73); }

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

border-color css

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

 span { border-color: rgb(181,108,73); }

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