#B66F5A

Color #B66F5A Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B66F5A

Tints of Sante Fe #B66F5A

Color information

#B66F5A (or 0xB66F5A) is unknown color: approx Sante Fe. HEX triplet: B6, 6F and 5A. RGB value is (182,111,90). Sum of RGB (Red+Green+Blue) = 182+111+90=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F5A is #4990A5. Grayscale: #818181. Windows color (decimal): -4821158 or 5926838. OLE color: 5926838.

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

Color convert

RGB18211190-
CMYK00.390.510.29
HSL13.7º38.66%53.33%-
HSV(B)13.7º50.55%71.37%-
XYZ26.8222.0512.52-
YUV129.83105.52165.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=47.52%
G=28.98%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821119000.390.510.2913.738.6653.33
HexB66F5A027331De2735
Octal2661571320476335164765
Binary10110110110111110110100100111110011111011110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F5A; }

 p { color: rgb(182,111,90); }

 H1.HeaderClassName
 {
   color: #B66F5A;
 }
 .AnyTagClassName
 {
   color: #B66F5A;
 }
</style>
background-color css

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

 a { background-color: rgb(182,111,90); }

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

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

 span { border-color: rgb(182,111,90); }

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