Html Css Color HEX #B66D4D Sante Fe

📋 copy color: '#B66D4D'

red 182 ◦ green 109 ◦ blue 77

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

Shades of Sante Fe #B66D4D

Tints of Sante Fe #B66D4D

RGB

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

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

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

R = 49.46%
G = 29.62%
B = 20.92%

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

#B66D4D (or 0xB66D4D) is known color: Sante Fe. HEX triplet: B6, 6D and 4D. RGB value is (182,109,77). Sum of RGB (Red+Green+Blue) = 182+109+77=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D4D is #4992B2. Grayscale: #7F7F7F. Windows color (decimal): -4821683 or 5074358. OLE color: 5074358.

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

Color convert

RGB 182 109 77 -
CMYK 0 0.40 0.58 0.29
HSL 18.29º 0.42% 0.51% -
HSV(B) 18.29º 0.58% 0.71% -
XYZ 26.1 21.42 9.78 -
YUV 127.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 182 109 77 0 0.40 0.58 0.29 18.29 0.42 0.51
Hex B6 6D 4D 0 28 3A 1D 12 2A 33
Octal 266 155 115 0 50 72 35 22 52 63
Binary 10110110 1101101 1001101 0 101000 111010 11101 10010 101010 110011

Color Harmonies of #B66D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D4D

Black with #B66D4D

Text Example


Text Example

White with #B66D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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