Html Css Color HEX #BDB3A1 Tea

📋 copy color: '#BDB3A1'

red 189 ◦ green 179 ◦ blue 161

#BDB3A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea #BDB3A1

Tints of Tea #BDB3A1

RGB

 RED value IS 189 (74.22% from 255) = 35.73%

 GREEN value IS 179 (70.31% from 255) = 33.84%

 BLUE value IS 161 (63.28% from 255) = 30.43%

R = 35.73%
G = 33.84%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BDB3A1 (or 0xBDB3A1) is known color: Tea. HEX triplet: BD, B3 and A1. RGB value is (189,179,161). Sum of RGB (Red+Green+Blue) = 189+179+161=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB3A1 is #424C5E. Grayscale: #B4B4B4. Windows color (decimal): -4344927 or 10597309. OLE color: 10597309.

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

Color convert

RGB 189 179 161 -
CMYK 0 0.05 0.15 0.26
HSL 38.57º 0.18% 0.69% -
HSV(B) 38.57º 0.15% 0.74% -
XYZ 43.54 45.63 40.23 -
YUV 179.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 189 179 161 0 0.05 0.15 0.26 38.57 0.18 0.69
Hex BD B3 A1 0 5 F 1A 27 12 45
Octal 275 263 241 0 5 17 32 47 22 105
Binary 10111101 10110011 10100001 0 101 1111 11010 100111 10010 1000101

Color Harmonies of #BDB3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3A1

Black with #BDB3A1

Text Example


Text Example

White with #BDB3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3A1; }

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

 H1.HeaderClassName
 {
   color: #BDB3A1;
 }
 .AnyTagClassName
 {
   color: #BDB3A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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