#BDB4A1

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

Shades of Tea #BDB4A1

Tints of Tea #BDB4A1

Color information

#BDB4A1 (or 0xBDB4A1) is unknown color: approx Tea. HEX triplet: BD, B4 and A1. RGB value is (189,180,161). Sum of RGB (Red+Green+Blue) = 189+180+161=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4A1 is #424B5E. Grayscale: #B4B4B4. Windows color (decimal): -4344671 or 10597565. OLE color: 10597565.

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

Color convert

RGB189180161-
CMYK00.050.150.26
HSL40.71º17.5%68.63%-
HSV(B)40.71º14.81%74.12%-
XYZ43.7446.0340.3-
YUV180.52116.98134.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 161 (63.28% from 255) = 30.38%
R=35.66%
G=33.96%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918016100.050.150.2640.7117.568.63
HexBDB4A105F1A291245
Octal2752642410517325122105
Binary1011110110110100101000010101111111010101001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4A1; }

 p { color: rgb(189,180,161); }

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

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

 a { background-color: rgb(189,180,161); }

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

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

 span { border-color: rgb(189,180,161); }

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