Html Css Color HEX #B46C5A Sante Fe

📋 copy color: '#B46C5A'

red 180 ◦ green 108 ◦ blue 90

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

Shades of Sante Fe #B46C5A

Tints of Sante Fe #B46C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.81%

R = 47.62%
G = 28.57%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B46C5A (or 0xB46C5A) is known color: Sante Fe. HEX triplet: B4, 6C and 5A. RGB value is (180,108,90). Sum of RGB (Red+Green+Blue) = 180+108+90=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C5A is #4B93A5. Grayscale: #7F7F7F. Windows color (decimal): -4952998 or 5926068. OLE color: 5926068.

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

Color convert

RGB 180 108 90 -
CMYK 0 0.40 0.50 0.29
HSL 12º 0.38% 0.53% -
HSV(B) 12º 0.5% 0.71% -
XYZ 26.03 21.17 12.39 -
YUV 127.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 180 108 90 0 0.40 0.50 0.29 12 0.38 0.53
Hex B4 6C 5A 0 28 32 1D C 26 35
Octal 264 154 132 0 50 62 35 14 46 65
Binary 10110100 1101100 1011010 0 101000 110010 11101 1100 100110 110101

Color Harmonies of #B46C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C5A

Black with #B46C5A

Text Example


Text Example

White with #B46C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C5A; }

 p { color: rgb(180,108,90); }

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

background-color css

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

 a { background-color: rgb(180,108,90); }

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

border-color css

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

 span { border-color: rgb(180,108,90); }

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