#B2904F

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

Shades of Teak #B2904F

Tints of Teak #B2904F

Color information

#B2904F (or 0xB2904F) is unknown color: approx Teak. HEX triplet: B2, 90 and 4F. RGB value is (178,144,79). Sum of RGB (Red+Green+Blue) = 178+144+79=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2904F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2904F is #4D6FB0. Grayscale: #939393. Windows color (decimal): -5074865 or 5214386. OLE color: 5214386.

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

Color convert

RGB17814479-
CMYK00.190.560.30
HSL39.39º39.13%50.39%-
HSV(B)39.39º55.62%69.8%-
XYZ29.7429.9811.62-
YUV146.7689.76150.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 79 (31.25% from 255) = 19.70%
R=44.39%
G=35.91%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781447900.190.560.3039.3939.1350.39
HexB2904F013381E272732
Octal2622201170237036474762
Binary1011001010010000100111101001111100011110100111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2904F; }

 p { color: rgb(178,144,79); }

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

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

 a { background-color: rgb(178,144,79); }

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

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

 span { border-color: rgb(178,144,79); }

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