Html Css Color HEX #BDB5A4 Tea

📋 copy color: '#BDB5A4'

red 189 ◦ green 181 ◦ blue 164

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

Shades of Tea #BDB5A4

Tints of Tea #BDB5A4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.9%

 BLUE value IS 164 (64.45% from 255) = 30.71%

R = 35.39%
G = 33.9%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BDB5A4 (or 0xBDB5A4) is known color: Tea. HEX triplet: BD, B5 and A4. RGB value is (189,181,164). Sum of RGB (Red+Green+Blue) = 189+181+164=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB5A4 is #424A5B. Grayscale: #B5B5B5. Windows color (decimal): -4344412 or 10794429. OLE color: 10794429.

HSL color Cylindrical-coordinate representation of color #BDB5A4: hue angle of 40.8º degrees, saturation: 0.16, 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 #BDB5A4 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 164 -
CMYK 0 0.04 0.13 0.26
HSL 40.8º 0.16% 0.69% -
HSV(B) 40.8º 0.13% 0.74% -
XYZ 44.21 46.55 41.78 -
YUV 181.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 189 181 164 0 0.04 0.13 0.26 40.8 0.16 0.69
Hex BD B5 A4 0 4 D 1A 29 10 45
Octal 275 265 244 0 4 15 32 51 20 105
Binary 10111101 10110101 10100100 0 100 1101 11010 101001 10000 1000101

Color Harmonies of #BDB5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB5A4

Black with #BDB5A4

Text Example


Text Example

White with #BDB5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB5A4; }

 p { color: rgb(189,181,164); }

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

background-color css

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

 a { background-color: rgb(189,181,164); }

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

border-color css

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

 span { border-color: rgb(189,181,164); }

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