Html Css Color HEX #B66E4D Sante Fe

📋 copy color: '#B66E4D'

red 182 ◦ green 110 ◦ blue 77

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

Shades of Sante Fe #B66E4D

Tints of Sante Fe #B66E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

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

R = 49.32%
G = 29.81%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B66E4D (or 0xB66E4D) is known color: Sante Fe. HEX triplet: B6, 6E and 4D. RGB value is (182,110,77). Sum of RGB (Red+Green+Blue) = 182+110+77=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E4D is #4991B2. Grayscale: #7F7F7F. Windows color (decimal): -4821427 or 5074614. OLE color: 5074614.

HSL color Cylindrical-coordinate representation of color #B66E4D: hue angle of 18.86º 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 #B66E4D is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 110 77 -
CMYK 0 0.40 0.58 0.29
HSL 18.86º 0.42% 0.51% -
HSV(B) 18.86º 0.58% 0.71% -
XYZ 26.21 21.63 9.82 -
YUV 127.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 182 110 77 0 0.40 0.58 0.29 18.86 0.42 0.51
Hex B6 6E 4D 0 28 3A 1D 13 2A 33
Octal 266 156 115 0 50 72 35 23 52 63
Binary 10110110 1101110 1001101 0 101000 111010 11101 10011 101010 110011

Color Harmonies of #B66E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E4D

Black with #B66E4D

Text Example


Text Example

White with #B66E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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