#B06B4A

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

Shades of Sante Fe #B06B4A

Tints of Sante Fe #B06B4A

Color information

#B06B4A (or 0xB06B4A) is unknown color: approx Sante Fe. HEX triplet: B0, 6B and 4A. RGB value is (176,107,74). Sum of RGB (Red+Green+Blue) = 176+107+74=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06B4A is #4F94B5. Grayscale: #7C7C7C. Windows color (decimal): -5215414 or 4877232. OLE color: 4877232.

HSL color Cylindrical-coordinate representation of color #B06B4A: hue angle of 19.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B06B4A is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17610774-
CMYK00.390.580.31
HSL19.41º40.8%49.02%-
HSV(B)19.41º57.95%69.02%-
XYZ24.420.249.1-
YUV123.8799.86165.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=49.30%
G=29.97%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761077400.390.580.3119.4140.849.02
HexB06B4A0273A1F132931
Octal2601531120477237235161
Binary101100001101011100101001001111110101111110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B4A; }

 p { color: rgb(176,107,74); }

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

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

 a { background-color: rgb(176,107,74); }

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

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

 span { border-color: rgb(176,107,74); }

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