Html Css Color HEX #BDB1A0 Tea

📋 copy color: '#BDB1A0'

red 189 ◦ green 177 ◦ blue 160

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

Shades of Tea #BDB1A0

Tints of Tea #BDB1A0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.65%

 BLUE value IS 160 (62.89% from 255) = 30.42%

R = 35.93%
G = 33.65%
B = 30.42%

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

#BDB1A0 (or 0xBDB1A0) is known color: Tea. HEX triplet: BD, B1 and A0. RGB value is (189,177,160). Sum of RGB (Red+Green+Blue) = 189+177+160=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB1A0 is #424E5F. Grayscale: #B2B2B2. Windows color (decimal): -4345440 or 10531261. OLE color: 10531261.

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

Color convert

RGB 189 177 160 -
CMYK 0 0.06 0.15 0.26
HSL 35.17º 0.18% 0.68% -
HSV(B) 35.17º 0.15% 0.74% -
XYZ 43.05 44.8 39.64 -
YUV 178.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 189 177 160 0 0.06 0.15 0.26 35.17 0.18 0.68
Hex BD B1 A0 0 6 F 1A 23 12 44
Octal 275 261 240 0 6 17 32 43 22 104
Binary 10111101 10110001 10100000 0 110 1111 11010 100011 10010 1000100

Color Harmonies of #BDB1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1A0

Black with #BDB1A0

Text Example


Text Example

White with #BDB1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1A0; }

 p { color: rgb(189,177,160); }

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

background-color css

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

 a { background-color: rgb(189,177,160); }

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

border-color css

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

 span { border-color: rgb(189,177,160); }

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