#B58651

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

Shades of Teak #B58651

Tints of Teak #B58651

Color information

#B58651 (or 0xB58651) is unknown color: approx Teak. HEX triplet: B5, 86 and 51. RGB value is (181,134,81). Sum of RGB (Red+Green+Blue) = 181+134+81=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B58651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58651 is #4A79AE. Grayscale: #8E8E8E. Windows color (decimal): -4880815 or 5342901. OLE color: 5342901.

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

Color convert

RGB18113481-
CMYK00.260.550.29
HSL31.8º40.32%51.37%-
HSV(B)31.8º55.25%70.98%-
XYZ29.0727.4711.55-
YUV142.0193.57155.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 81 (32.03% from 255) = 20.45%
R=45.71%
G=33.84%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811348100.260.550.2931.840.3251.37
HexB5865101A371D202833
Octal2652061210326735405063
Binary1011010110000110101000101101011011111101100000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58651; }

 p { color: rgb(181,134,81); }

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

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

 a { background-color: rgb(181,134,81); }

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

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

 span { border-color: rgb(181,134,81); }

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