Html Css Color HEX #B56650 Sante Fe

📋 copy color: '#B56650'

red 181 ◦ green 102 ◦ blue 80

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

Shades of Sante Fe #B56650

Tints of Sante Fe #B56650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 49.86%
G = 28.1%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B56650 (or 0xB56650) is known color: Sante Fe. HEX triplet: B5, 66 and 50. RGB value is (181,102,80). Sum of RGB (Red+Green+Blue) = 181+102+80=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B56650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56650 is #4A99AF. Grayscale: #7B7B7B. Windows color (decimal): -4889008 or 5269173. OLE color: 5269173.

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

Color convert

RGB 181 102 80 -
CMYK 0 0.44 0.56 0.29
HSL 13.07º 0.41% 0.51% -
HSV(B) 13.07º 0.56% 0.71% -
XYZ 25.26 19.91 10.1 -
YUV 123.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 181 102 80 0 0.44 0.56 0.29 13.07 0.41 0.51
Hex B5 66 50 0 2C 38 1D D 29 33
Octal 265 146 120 0 54 70 35 15 51 63
Binary 10110101 1100110 1010000 0 101100 111000 11101 1101 101001 110011

Color Harmonies of #B56650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56650

Black with #B56650

Text Example


Text Example

White with #B56650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56650; }

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

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

background-color css

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

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

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

border-color css

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

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

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