Html Css Color HEX #B46550 Sante Fe

📋 copy color: '#B46550'

red 180 ◦ green 101 ◦ blue 80

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

Shades of Sante Fe #B46550

Tints of Sante Fe #B46550

RGB

 RED value IS 180 (70.7% from 255) = 49.86%

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 49.86%
G = 27.98%
B = 22.16%

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

#B46550 (or 0xB46550) is known color: Sante Fe. HEX triplet: B4, 65 and 50. RGB value is (180,101,80). Sum of RGB (Red+Green+Blue) = 180+101+80=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B46550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46550 is #4B9AAF. Grayscale: #7A7A7A. Windows color (decimal): -4954800 or 5268916. OLE color: 5268916.

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

Color convert

RGB 180 101 80 -
CMYK 0 0.44 0.56 0.29
HSL 12.6º 0.4% 0.51% -
HSV(B) 12.6º 0.56% 0.71% -
XYZ 24.92 19.59 10.06 -
YUV 122.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 180 101 80 0 0.44 0.56 0.29 12.6 0.4 0.51
Hex B4 65 50 0 2C 38 1D D 28 33
Octal 264 145 120 0 54 70 35 15 50 63
Binary 10110100 1100101 1010000 0 101100 111000 11101 1101 101000 110011

Color Harmonies of #B46550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46550

Black with #B46550

Text Example


Text Example

White with #B46550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46550; }

 p { color: rgb(180,101,80); }

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

background-color css

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

 a { background-color: rgb(180,101,80); }

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

border-color css

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

 span { border-color: rgb(180,101,80); }

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