Html Css Color HEX #BDB799 Tana

📋 copy color: '#BDB799'

red 189 ◦ green 183 ◦ blue 153

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

Shades of Tana #BDB799

Tints of Tana #BDB799

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

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

R = 36%
G = 34.86%
B = 29.14%

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

#BDB799 (or 0xBDB799) is known color: Tana. HEX triplet: BD, B7 and 99. RGB value is (189,183,153). Sum of RGB (Red+Green+Blue) = 189+183+153=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB799 is #424866. Grayscale: #B5B5B5. Windows color (decimal): -4343911 or 10074045. OLE color: 10074045.

HSL color Cylindrical-coordinate representation of color #BDB799: hue angle of 50º 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 #BDB799 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 153 -
CMYK 0 0.03 0.19 0.26
HSL 50º 0.21% 0.67% -
HSV(B) 50º 0.19% 0.74% -
XYZ 43.67 46.99 36.9 -
YUV 181.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 189 183 153 0 0.03 0.19 0.26 50 0.21 0.67
Hex BD B7 99 0 3 13 1A 32 15 43
Octal 275 267 231 0 3 23 32 62 25 103
Binary 10111101 10110111 10011001 0 11 10011 11010 110010 10101 1000011

Color Harmonies of #BDB799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB799

Black with #BDB799

Text Example


Text Example

White with #BDB799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB799; }

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

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

background-color css

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

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

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

border-color css

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

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

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