#B2874E

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

Shades of Teak #B2874E

Tints of Teak #B2874E

Color information

#B2874E (or 0xB2874E) is unknown color: approx Teak. HEX triplet: B2, 87 and 4E. RGB value is (178,135,78). Sum of RGB (Red+Green+Blue) = 178+135+78=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2874E is #4D78B1. Grayscale: #8D8D8D. Windows color (decimal): -5077170 or 5146546. OLE color: 5146546.

HSL color Cylindrical-coordinate representation of color #B2874E: hue angle of 34.2º 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 #B2874E is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17813578-
CMYK00.240.560.30
HSL34.2º39.37%50.2%-
HSV(B)34.2º56.18%69.8%-
XYZ28.427.3410.99-
YUV141.3692.25154.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=45.52%
G=34.53%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781357800.240.560.3034.239.3750.2
HexB2874E018381E222732
Octal2622071160307036424762
Binary1011001010000111100111001100011100011110100010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2874E; }

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

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

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

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

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

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

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

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