#B68455

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

Shades of Teak #B68455

Tints of Teak #B68455

Color information

#B68455 (or 0xB68455) is unknown color: approx Teak. HEX triplet: B6, 84 and 55. RGB value is (182,132,85). Sum of RGB (Red+Green+Blue) = 182+132+85=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B68455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68455 is #497BAA. Grayscale: #8D8D8D. Windows color (decimal): -4815787 or 5604534. OLE color: 5604534.

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

Color convert

RGB18213285-
CMYK00.270.530.29
HSL29.07º39.92%52.35%-
HSV(B)29.07º53.3%71.37%-
XYZ29.1827.112.29-
YUV141.5996.06156.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 85 (33.59% from 255) = 21.30%
R=45.61%
G=33.08%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821328500.270.530.2929.0739.9252.35
HexB6845501B351D1d2834
Octal2662041250336535355064
Binary101101101000010010101010110111101011110111101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68455; }

 p { color: rgb(182,132,85); }

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

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

 a { background-color: rgb(182,132,85); }

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

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

 span { border-color: rgb(182,132,85); }

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