#B0904E

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

Shades of Teak #B0904E

Tints of Teak #B0904E

Color information

#B0904E (or 0xB0904E) is unknown color: approx Teak. HEX triplet: B0, 90 and 4E. RGB value is (176,144,78). Sum of RGB (Red+Green+Blue) = 176+144+78=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0904E is #4F6FB1. Grayscale: #929292. Windows color (decimal): -5205938 or 5148848. OLE color: 5148848.

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

Color convert

RGB17614478-
CMYK00.180.560.31
HSL40.41º38.58%49.8%-
HSV(B)40.41º55.68%69.02%-
XYZ29.2529.7311.4-
YUV146.0489.6149.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=44.22%
G=36.18%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761447800.180.560.3140.4138.5849.8
HexB0904E012381F282732
Octal2602201160227037504762
Binary1011000010010000100111001001011100011111101000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0904E; }

 p { color: rgb(176,144,78); }

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

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

 a { background-color: rgb(176,144,78); }

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

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

 span { border-color: rgb(176,144,78); }

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