Html Css Color HEX #BDB899 Tana

📋 copy color: '#BDB899'

red 189 ◦ green 184 ◦ blue 153

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

Shades of Tana #BDB899

Tints of Tana #BDB899

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.98%

 BLUE value IS 153 (60.16% from 255) = 29.09%

R = 35.93%
G = 34.98%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BDB899 (or 0xBDB899) is known color: Tana. HEX triplet: BD, B8 and 99. RGB value is (189,184,153). Sum of RGB (Red+Green+Blue) = 189+184+153=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB899 is #424766. Grayscale: #B6B6B6. Windows color (decimal): -4343655 or 10074301. OLE color: 10074301.

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

Color convert

RGB 189 184 153 -
CMYK 0 0.03 0.19 0.26
HSL 51.67º 0.21% 0.67% -
HSV(B) 51.67º 0.19% 0.74% -
XYZ 43.88 47.4 36.97 -
YUV 181.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 189 184 153 0 0.03 0.19 0.26 51.67 0.21 0.67
Hex BD B8 99 0 3 13 1A 34 15 43
Octal 275 270 231 0 3 23 32 64 25 103
Binary 10111101 10111000 10011001 0 11 10011 11010 110100 10101 1000011

Color Harmonies of #BDB899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB899

Black with #BDB899

Text Example


Text Example

White with #BDB899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB899; }

 p { color: rgb(189,184,153); }

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

background-color css

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

 a { background-color: rgb(189,184,153); }

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

border-color css

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

 span { border-color: rgb(189,184,153); }

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