#B58C4F

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

Shades of Teak #B58C4F

Tints of Teak #B58C4F

Color information

#B58C4F (or 0xB58C4F) is unknown color: approx Teak. HEX triplet: B5, 8C and 4F. RGB value is (181,140,79). Sum of RGB (Red+Green+Blue) = 181+140+79=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C4F is #4A73B0. Grayscale: #919191. Windows color (decimal): -4879281 or 5213365. OLE color: 5213365.

HSL color Cylindrical-coordinate representation of color #B58C4F: hue angle of 35.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B58C4F is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18114079-
CMYK00.230.560.29
HSL35.88º40.8%50.98%-
HSV(B)35.88º56.35%70.98%-
XYZ29.8529.1411.45-
YUV145.390.58153.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 79 (31.25% from 255) = 19.75%
R=45.25%
G=35%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811407900.230.560.2935.8840.850.98
HexB58C4F017381D242933
Octal2652141170277035445163
Binary1011010110001100100111101011111100011101100100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C4F; }

 p { color: rgb(181,140,79); }

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

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

 a { background-color: rgb(181,140,79); }

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

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

 span { border-color: rgb(181,140,79); }

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