Html Css Color HEX #BDB2A1 Tea

📋 copy color: '#BDB2A1'

red 189 ◦ green 178 ◦ blue 161

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

Shades of Tea #BDB2A1

Tints of Tea #BDB2A1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

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

R = 35.8%
G = 33.71%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BDB2A1 (or 0xBDB2A1) is known color: Tea. HEX triplet: BD, B2 and A1. RGB value is (189,178,161). Sum of RGB (Red+Green+Blue) = 189+178+161=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2A1 is #424D5E. Grayscale: #B3B3B3. Windows color (decimal): -4345183 or 10597053. OLE color: 10597053.

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

Color convert

RGB 189 178 161 -
CMYK 0 0.06 0.15 0.26
HSL 36.43º 0.18% 0.69% -
HSV(B) 36.43º 0.15% 0.74% -
XYZ 43.34 45.23 40.16 -
YUV 179.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 189 178 161 0 0.06 0.15 0.26 36.43 0.18 0.69
Hex BD B2 A1 0 6 F 1A 24 12 45
Octal 275 262 241 0 6 17 32 44 22 105
Binary 10111101 10110010 10100001 0 110 1111 11010 100100 10010 1000101

Color Harmonies of #BDB2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB2A1

Black with #BDB2A1

Text Example


Text Example

White with #BDB2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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