Html Css Color HEX #BDBB99 Tana

📋 copy color: '#BDBB99'

red 189 ◦ green 187 ◦ blue 153

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

Shades of Tana #BDBB99

Tints of Tana #BDBB99

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.35%

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

R = 35.73%
G = 35.35%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BDBB99 (or 0xBDBB99) is known color: Tana. HEX triplet: BD, BB and 99. RGB value is (189,187,153). Sum of RGB (Red+Green+Blue) = 189+187+153=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB99 is #424466. Grayscale: #B7B7B7. Windows color (decimal): -4342887 or 10075069. OLE color: 10075069.

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

Color convert

RGB 189 187 153 -
CMYK 0 0.01 0.19 0.26
HSL 56.67º 0.21% 0.67% -
HSV(B) 56.67º 0.19% 0.74% -
XYZ 44.51 48.66 37.18 -
YUV 183.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 189 187 153 0 0.01 0.19 0.26 56.67 0.21 0.67
Hex BD BB 99 0 1 13 1A 39 15 43
Octal 275 273 231 0 1 23 32 71 25 103
Binary 10111101 10111011 10011001 0 1 10011 11010 111001 10101 1000011

Color Harmonies of #BDBB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB99

Black with #BDBB99

Text Example


Text Example

White with #BDBB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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