Html Css Color HEX #BDB3A5 Tea

📋 copy color: '#BDB3A5'

red 189 ◦ green 179 ◦ blue 165

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

Shades of Tea #BDB3A5

Tints of Tea #BDB3A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.96%

R = 35.46%
G = 33.58%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BDB3A5 (or 0xBDB3A5) is known color: Tea. HEX triplet: BD, B3 and A5. RGB value is (189,179,165). Sum of RGB (Red+Green+Blue) = 189+179+165=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB3A5 is #424C5A. Grayscale: #B4B4B4. Windows color (decimal): -4344923 or 10859453. OLE color: 10859453.

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

Color convert

RGB 189 179 165 -
CMYK 0 0.05 0.13 0.26
HSL 35º 0.15% 0.69% -
HSV(B) 35º 0.13% 0.74% -
XYZ 43.9 45.78 42.12 -
YUV 180.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 189 179 165 0 0.05 0.13 0.26 35 0.15 0.69
Hex BD B3 A5 0 5 D 1A 23 F 45
Octal 275 263 245 0 5 15 32 43 17 105
Binary 10111101 10110011 10100101 0 101 1101 11010 100011 1111 1000101

Color Harmonies of #BDB3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3A5

Black with #BDB3A5

Text Example


Text Example

White with #BDB3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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