Html Css Color HEX #BDB898 Tana

📋 copy color: '#BDB898'

red 189 ◦ green 184 ◦ blue 152

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

Shades of Tana #BDB898

Tints of Tana #BDB898

RGB

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

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

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

R = 36%
G = 35.05%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDB898 (or 0xBDB898) is known color: Tana. HEX triplet: BD, B8 and 98. RGB value is (189,184,152). Sum of RGB (Red+Green+Blue) = 189+184+152=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB898 is #424767. Grayscale: #B5B5B5. Windows color (decimal): -4343656 or 10008765. OLE color: 10008765.

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

Color convert

RGB 189 184 152 -
CMYK 0 0.03 0.20 0.26
HSL 51.89º 0.22% 0.67% -
HSV(B) 51.89º 0.2% 0.74% -
XYZ 43.79 47.37 36.54 -
YUV 181.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 189 184 152 0 0.03 0.20 0.26 51.89 0.22 0.67
Hex BD B8 98 0 3 14 1A 34 16 43
Octal 275 270 230 0 3 24 32 64 26 103
Binary 10111101 10111000 10011000 0 11 10100 11010 110100 10110 1000011

Color Harmonies of #BDB898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB898

Black with #BDB898

Text Example


Text Example

White with #BDB898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB898; }

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

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

background-color css

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

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

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

border-color css

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

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

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