#BDB6A2

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

Shades of Tea #BDB6A2

Tints of Tea #BDB6A2

Color information

#BDB6A2 (or 0xBDB6A2) is unknown color: approx Tea. HEX triplet: BD, B6 and A2. RGB value is (189,182,162). Sum of RGB (Red+Green+Blue) = 189+182+162=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB6A2 is #42495D. Grayscale: #B5B5B5. Windows color (decimal): -4344158 or 10663613. OLE color: 10663613.

HSL color Cylindrical-coordinate representation of color #BDB6A2: hue angle of 44.44º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB6A2 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB189182162-
CMYK00.040.140.26
HSL44.44º16.98%68.82%-
HSV(B)44.44º14.29%74.12%-
XYZ44.2446.8840.9-
YUV181.81116.82133.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 162 (63.67% from 255) = 30.39%
R=35.46%
G=34.15%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918216200.040.140.2644.4416.9868.82
HexBDB6A204E1A2c1145
Octal2752662420416325421105
Binary1011110110110110101000100100111011010101100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6A2; }

 p { color: rgb(189,182,162); }

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

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

 a { background-color: rgb(189,182,162); }

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

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

 span { border-color: rgb(189,182,162); }

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