#B2875A

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

Shades of Teak #B2875A

Tints of Teak #B2875A

Color information

#B2875A (or 0xB2875A) is unknown color: approx Teak. HEX triplet: B2, 87 and 5A. RGB value is (178,135,90). Sum of RGB (Red+Green+Blue) = 178+135+90=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2875A is #4D78A5. Grayscale: #8E8E8E. Windows color (decimal): -5077158 or 5932978. OLE color: 5932978.

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

Color convert

RGB17813590-
CMYK00.240.490.30
HSL30.68º36.36%52.55%-
HSV(B)30.68º49.44%69.8%-
XYZ28.8727.5313.47-
YUV142.7398.25153.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=44.17%
G=33.50%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781359000.240.490.3030.6836.3652.55
HexB2875A018311E1f2435
Octal2622071320306136374465
Binary101100101000011110110100110001100011111011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2875A; }

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

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

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

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

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

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

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

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