Html Css Color HEX #B46D4E Sante Fe

📋 copy color: '#B46D4E'

red 180 ◦ green 109 ◦ blue 78

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

Shades of Sante Fe #B46D4E

Tints of Sante Fe #B46D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 49.05%
G = 29.7%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B46D4E (or 0xB46D4E) is known color: Sante Fe. HEX triplet: B4, 6D and 4E. RGB value is (180,109,78). Sum of RGB (Red+Green+Blue) = 180+109+78=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D4E is #4B92B1. Grayscale: #7E7E7E. Windows color (decimal): -4952754 or 5139892. OLE color: 5139892.

HSL color Cylindrical-coordinate representation of color #B46D4E: hue angle of 18.24º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B46D4E is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 109 78 -
CMYK 0 0.39 0.57 0.29
HSL 18.24º 0.4% 0.51% -
HSV(B) 18.24º 0.57% 0.71% -
XYZ 25.67 21.19 9.95 -
YUV 126.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 180 109 78 0 0.39 0.57 0.29 18.24 0.4 0.51
Hex B4 6D 4E 0 27 39 1D 12 28 33
Octal 264 155 116 0 47 71 35 22 50 63
Binary 10110100 1101101 1001110 0 100111 111001 11101 10010 101000 110011

Color Harmonies of #B46D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D4E

Black with #B46D4E

Text Example


Text Example

White with #B46D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D4E; }

 p { color: rgb(180,109,78); }

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

background-color css

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

 a { background-color: rgb(180,109,78); }

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

border-color css

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

 span { border-color: rgb(180,109,78); }

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