Html Css Color HEX #BDB5A7 Tea

📋 copy color: '#BDB5A7'

red 189 ◦ green 181 ◦ blue 167

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

Shades of Tea #BDB5A7

Tints of Tea #BDB5A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.1%

R = 35.2%
G = 33.71%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BDB5A7 (or 0xBDB5A7) is known color: Tea. HEX triplet: BD, B5 and A7. RGB value is (189,181,167). Sum of RGB (Red+Green+Blue) = 189+181+167=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB5A7 is #424A58. Grayscale: #B5B5B5. Windows color (decimal): -4344409 or 10991037. OLE color: 10991037.

HSL color Cylindrical-coordinate representation of color #BDB5A7: hue angle of 38.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDB5A7 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 167 -
CMYK 0 0.04 0.12 0.26
HSL 38.18º 0.14% 0.7% -
HSV(B) 38.18º 0.12% 0.74% -
XYZ 44.49 46.66 43.22 -
YUV 181.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 189 181 167 0 0.04 0.12 0.26 38.18 0.14 0.7
Hex BD B5 A7 0 4 C 1A 26 E 46
Octal 275 265 247 0 4 14 32 46 16 106
Binary 10111101 10110101 10100111 0 100 1100 11010 100110 1110 1000110

Color Harmonies of #BDB5A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB5A7

Black with #BDB5A7

Text Example


Text Example

White with #BDB5A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB5A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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