#B68453

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

Shades of Teak #B68453

Tints of Teak #B68453

Color information

#B68453 (or 0xB68453) is unknown color: approx Teak. HEX triplet: B6, 84 and 53. RGB value is (182,132,83). Sum of RGB (Red+Green+Blue) = 182+132+83=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B68453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68453 is #497BAC. Grayscale: #8D8D8D. Windows color (decimal): -4815789 or 5473462. OLE color: 5473462.

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

Color convert

RGB18213283-
CMYK00.270.540.29
HSL29.7º40.41%51.96%-
HSV(B)29.7º54.4%71.37%-
XYZ29.127.0711.88-
YUV141.3695.06156.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 83 (32.81% from 255) = 20.91%
R=45.84%
G=33.25%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821328300.270.540.2929.740.4151.96
HexB6845301B361D1e2834
Octal2662041230336635365064
Binary101101101000010010100110110111101101110111110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68453; }

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

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

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

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

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

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

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

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