Html Css Color HEX #B46D4D Sante Fe

📋 copy color: '#B46D4D'

red 180 ◦ green 109 ◦ blue 77

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

Shades of Sante Fe #B46D4D

Tints of Sante Fe #B46D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 49.18%
G = 29.78%
B = 21.04%

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

#B46D4D (or 0xB46D4D) is known color: Sante Fe. HEX triplet: B4, 6D and 4D. RGB value is (180,109,77). Sum of RGB (Red+Green+Blue) = 180+109+77=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D4D is #4B92B2. Grayscale: #7E7E7E. Windows color (decimal): -4952755 or 5074356. OLE color: 5074356.

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

Color convert

RGB 180 109 77 -
CMYK 0 0.39 0.57 0.29
HSL 18.64º 0.41% 0.5% -
HSV(B) 18.64º 0.57% 0.71% -
XYZ 25.63 21.18 9.76 -
YUV 126.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 180 109 77 0 0.39 0.57 0.29 18.64 0.41 0.5
Hex B4 6D 4D 0 27 39 1D 13 29 32
Octal 264 155 115 0 47 71 35 23 51 62
Binary 10110100 1101101 1001101 0 100111 111001 11101 10011 101001 110010

Color Harmonies of #B46D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D4D

Black with #B46D4D

Text Example


Text Example

White with #B46D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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