#B28F51

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

Shades of Teak #B28F51

Tints of Teak #B28F51

Color information

#B28F51 (or 0xB28F51) is unknown color: approx Teak. HEX triplet: B2, 8F and 51. RGB value is (178,143,81). Sum of RGB (Red+Green+Blue) = 178+143+81=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F51 is #4D70AE. Grayscale: #929292. Windows color (decimal): -5075119 or 5345202. OLE color: 5345202.

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

Color convert

RGB17814381-
CMYK00.200.540.30
HSL38.35º38.65%50.78%-
HSV(B)38.35º54.49%69.8%-
XYZ29.6729.711.95-
YUV146.491.1150.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=44.28%
G=35.57%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781438100.200.540.3038.3538.6550.78
HexB28F51014361E262733
Octal2622171210246636464763
Binary1011001010001111101000101010011011011110100110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F51; }

 p { color: rgb(178,143,81); }

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

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

 a { background-color: rgb(178,143,81); }

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

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

 span { border-color: rgb(178,143,81); }

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