Html Css Color HEX #BDB99E Tana

📋 copy color: '#BDB99E'

red 189 ◦ green 185 ◦ blue 158

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

Shades of Tana #BDB99E

Tints of Tana #BDB99E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.77%

 BLUE value IS 158 (62.11% from 255) = 29.7%

R = 35.53%
G = 34.77%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDB99E (or 0xBDB99E) is known color: Tana. HEX triplet: BD, B9 and 9E. RGB value is (189,185,158). Sum of RGB (Red+Green+Blue) = 189+185+158=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB99E is #424661. Grayscale: #B7B7B7. Windows color (decimal): -4343394 or 10402237. OLE color: 10402237.

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

Color convert

RGB 189 185 158 -
CMYK 0 0.02 0.16 0.26
HSL 52.26º 0.19% 0.68% -
HSV(B) 52.26º 0.16% 0.74% -
XYZ 44.51 47.99 39.26 -
YUV 183.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 189 185 158 0 0.02 0.16 0.26 52.26 0.19 0.68
Hex BD B9 9E 0 2 10 1A 34 13 44
Octal 275 271 236 0 2 20 32 64 23 104
Binary 10111101 10111001 10011110 0 10 10000 11010 110100 10011 1000100

Color Harmonies of #BDB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB99E

Black with #BDB99E

Text Example


Text Example

White with #BDB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB99E; }

 p { color: rgb(189,185,158); }

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

background-color css

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

 a { background-color: rgb(189,185,158); }

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

border-color css

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

 span { border-color: rgb(189,185,158); }

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