Html Css Color HEX #B56950 Sante Fe

📋 copy color: '#B56950'

red 181 ◦ green 105 ◦ blue 80

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

Shades of Sante Fe #B56950

Tints of Sante Fe #B56950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 49.45%
G = 28.69%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B56950 (or 0xB56950) is known color: Sante Fe. HEX triplet: B5, 69 and 50. RGB value is (181,105,80). Sum of RGB (Red+Green+Blue) = 181+105+80=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B56950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56950 is #4A96AF. Grayscale: #7D7D7D. Windows color (decimal): -4888240 or 5269941. OLE color: 5269941.

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

Color convert

RGB 181 105 80 -
CMYK 0 0.42 0.56 0.29
HSL 14.85º 0.41% 0.51% -
HSV(B) 14.85º 0.56% 0.71% -
XYZ 25.56 20.51 10.2 -
YUV 124.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 181 105 80 0 0.42 0.56 0.29 14.85 0.41 0.51
Hex B5 69 50 0 2A 38 1D F 29 33
Octal 265 151 120 0 52 70 35 17 51 63
Binary 10110101 1101001 1010000 0 101010 111000 11101 1111 101001 110011

Color Harmonies of #B56950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56950

Black with #B56950

Text Example


Text Example

White with #B56950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56950; }

 p { color: rgb(181,105,80); }

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

background-color css

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

 a { background-color: rgb(181,105,80); }

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

border-color css

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

 span { border-color: rgb(181,105,80); }

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