#BDB3A2

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

Shades of Tea #BDB3A2

Tints of Tea #BDB3A2

Color information

#BDB3A2 (or 0xBDB3A2) is unknown color: approx Tea. HEX triplet: BD, B3 and A2. RGB value is (189,179,162). Sum of RGB (Red+Green+Blue) = 189+179+162=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB3A2 is #424C5D. Grayscale: #B4B4B4. Windows color (decimal): -4344926 or 10662845. OLE color: 10662845.

HSL color Cylindrical-coordinate representation of color #BDB3A2: hue angle of 37.78º 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 #BDB3A2 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB189179162-
CMYK00.050.140.26
HSL37.78º16.98%68.82%-
HSV(B)37.78º14.29%74.12%-
XYZ43.6345.6740.7-
YUV180.05117.81134.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 162 (63.67% from 255) = 30.57%
R=35.66%
G=33.77%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917916200.050.140.2637.7816.9868.82
HexBDB3A205E1A261145
Octal2752632420516324621105
Binary1011110110110011101000100101111011010100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3A2; }

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

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

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

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

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

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

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

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