#B28750

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

Shades of Teak #B28750

Tints of Teak #B28750

Color information

#B28750 (or 0xB28750) is unknown color: approx Teak. HEX triplet: B2, 87 and 50. RGB value is (178,135,80). Sum of RGB (Red+Green+Blue) = 178+135+80=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B28750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28750 is #4D78AF. Grayscale: #8D8D8D. Windows color (decimal): -5077168 or 5277618. OLE color: 5277618.

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

Color convert

RGB17813580-
CMYK00.240.550.30
HSL33.67º38.89%50.59%-
HSV(B)33.67º55.06%69.8%-
XYZ28.4727.3711.37-
YUV141.5993.25153.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=45.29%
G=34.35%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781358000.240.550.3033.6738.8950.59
HexB28750018371E222733
Octal2622071200306736424763
Binary1011001010000111101000001100011011111110100010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28750; }

 p { color: rgb(178,135,80); }

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

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

 a { background-color: rgb(178,135,80); }

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

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

 span { border-color: rgb(178,135,80); }

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