Html Css Color HEX #BDB998 Tana

📋 copy color: '#BDB998'

red 189 ◦ green 185 ◦ blue 152

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

Shades of Tana #BDB998

Tints of Tana #BDB998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.9%

R = 35.93%
G = 35.17%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDB998 (or 0xBDB998) is known color: Tana. HEX triplet: BD, B9 and 98. RGB value is (189,185,152). Sum of RGB (Red+Green+Blue) = 189+185+152=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB998 is #424667. Grayscale: #B6B6B6. Windows color (decimal): -4343400 or 10009021. OLE color: 10009021.

HSL color Cylindrical-coordinate representation of color #BDB998: hue angle of 53.51º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB998 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 152 -
CMYK 0 0.02 0.20 0.26
HSL 53.51º 0.22% 0.67% -
HSV(B) 53.51º 0.2% 0.74% -
XYZ 44 47.78 36.61 -
YUV 182.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 189 185 152 0 0.02 0.20 0.26 53.51 0.22 0.67
Hex BD B9 98 0 2 14 1A 36 16 43
Octal 275 271 230 0 2 24 32 66 26 103
Binary 10111101 10111001 10011000 0 10 10100 11010 110110 10110 1000011

Color Harmonies of #BDB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB998

Black with #BDB998

Text Example


Text Example

White with #BDB998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB998; }

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

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

background-color css

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

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

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

border-color css

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

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

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