Html Css Color HEX #B46457 Sante Fe

📋 copy color: '#B46457'

red 180 ◦ green 100 ◦ blue 87

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

Shades of Sante Fe #B46457

Tints of Sante Fe #B46457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.71%

R = 49.05%
G = 27.25%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B46457 (or 0xB46457) is known color: Sante Fe. HEX triplet: B4, 64 and 57. RGB value is (180,100,87). Sum of RGB (Red+Green+Blue) = 180+100+87=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B46457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46457 is #4B9BA8. Grayscale: #7A7A7A. Windows color (decimal): -4955049 or 5727412. OLE color: 5727412.

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

Color convert

RGB 180 100 87 -
CMYK 0 0.44 0.52 0.29
HSL 8.39º 0.38% 0.52% -
HSV(B) 8.39º 0.52% 0.71% -
XYZ 25.1 19.51 11.46 -
YUV 122.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 180 100 87 0 0.44 0.52 0.29 8.39 0.38 0.52
Hex B4 64 57 0 2C 34 1D 8 26 34
Octal 264 144 127 0 54 64 35 10 46 64
Binary 10110100 1100100 1010111 0 101100 110100 11101 1000 100110 110100

Color Harmonies of #B46457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46457

Black with #B46457

Text Example


Text Example

White with #B46457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46457; }

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

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

background-color css

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

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

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

border-color css

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

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

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