Html Css Color HEX #B46450 Sante Fe

📋 copy color: '#B46450'

red 180 ◦ green 100 ◦ blue 80

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

Shades of Sante Fe #B46450

Tints of Sante Fe #B46450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

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

R = 50%
G = 27.78%
B = 22.22%

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

#B46450 (or 0xB46450) is known color: Sante Fe. HEX triplet: B4, 64 and 50. RGB value is (180,100,80). Sum of RGB (Red+Green+Blue) = 180+100+80=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B46450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46450 is #4B9BAF. Grayscale: #797979. Windows color (decimal): -4955056 or 5268660. OLE color: 5268660.

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

Color convert

RGB 180 100 80 -
CMYK 0 0.44 0.56 0.29
HSL 12º 0.4% 0.51% -
HSV(B) 12º 0.56% 0.71% -
XYZ 24.83 19.4 10.02 -
YUV 121.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 180 100 80 0 0.44 0.56 0.29 12 0.4 0.51
Hex B4 64 50 0 2C 38 1D C 28 33
Octal 264 144 120 0 54 70 35 14 50 63
Binary 10110100 1100100 1010000 0 101100 111000 11101 1100 101000 110011

Color Harmonies of #B46450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46450

Black with #B46450

Text Example


Text Example

White with #B46450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46450; }

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

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

background-color css

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

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

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

border-color css

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

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

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