#B38750

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

Shades of Teak #B38750

Tints of Teak #B38750

Color information

#B38750 (or 0xB38750) is unknown color: approx Teak. HEX triplet: B3, 87 and 50. RGB value is (179,135,80). Sum of RGB (Red+Green+Blue) = 179+135+80=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B38750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38750 is #4C78AF. Grayscale: #8E8E8E. Windows color (decimal): -5011632 or 5277619. OLE color: 5277619.

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

Color convert

RGB17913580-
CMYK00.250.550.30
HSL33.33º39.44%50.78%-
HSV(B)33.33º55.31%70.2%-
XYZ28.727.4911.38-
YUV141.8993.08154.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 80 (31.64% from 255) = 20.30%
R=45.43%
G=34.26%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791358000.250.550.3033.3339.4450.78
HexB38750019371E212733
Octal2632071200316736414763
Binary1011001110000111101000001100111011111110100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38750; }

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

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

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

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

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

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

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

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