Html Css Color HEX #B66A4D Sante Fe

📋 copy color: '#B66A4D'

red 182 ◦ green 106 ◦ blue 77

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

Shades of Sante Fe #B66A4D

Tints of Sante Fe #B66A4D

RGB

 RED value IS 182 (71.48% from 255) = 49.86%

 GREEN value IS 106 (41.8% from 255) = 29.04%

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

R = 49.86%
G = 29.04%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B66A4D (or 0xB66A4D) is known color: Sante Fe. HEX triplet: B6, 6A and 4D. RGB value is (182,106,77). Sum of RGB (Red+Green+Blue) = 182+106+77=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66A4D is #4995B2. Grayscale: #7D7D7D. Windows color (decimal): -4822451 or 5073590. OLE color: 5073590.

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

Color convert

RGB 182 106 77 -
CMYK 0 0.42 0.58 0.29
HSL 16.57º 0.42% 0.51% -
HSV(B) 16.57º 0.58% 0.71% -
XYZ 25.78 20.79 9.67 -
YUV 125.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 182 106 77 0 0.42 0.58 0.29 16.57 0.42 0.51
Hex B6 6A 4D 0 2A 3A 1D 11 2A 33
Octal 266 152 115 0 52 72 35 21 52 63
Binary 10110110 1101010 1001101 0 101010 111010 11101 10001 101010 110011

Color Harmonies of #B66A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A4D

Black with #B66A4D

Text Example


Text Example

White with #B66A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A4D; }

 p { color: rgb(182,106,77); }

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

background-color css

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

 a { background-color: rgb(182,106,77); }

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

border-color css

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

 span { border-color: rgb(182,106,77); }

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