Html Css Color HEX #BDB79B Tana

📋 copy color: '#BDB79B'

red 189 ◦ green 183 ◦ blue 155

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

Shades of Tana #BDB79B

Tints of Tana #BDB79B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.41%

R = 35.86%
G = 34.72%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BDB79B (or 0xBDB79B) is known color: Tana. HEX triplet: BD, B7 and 9B. RGB value is (189,183,155). Sum of RGB (Red+Green+Blue) = 189+183+155=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB79B is #424864. Grayscale: #B5B5B5. Windows color (decimal): -4343909 or 10205117. OLE color: 10205117.

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

Color convert

RGB 189 183 155 -
CMYK 0 0.03 0.18 0.26
HSL 49.41º 0.2% 0.67% -
HSV(B) 49.41º 0.18% 0.74% -
XYZ 43.84 47.05 37.78 -
YUV 181.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 189 183 155 0 0.03 0.18 0.26 49.41 0.2 0.67
Hex BD B7 9B 0 3 12 1A 31 14 43
Octal 275 267 233 0 3 22 32 61 24 103
Binary 10111101 10110111 10011011 0 11 10010 11010 110001 10100 1000011

Color Harmonies of #BDB79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB79B

Black with #BDB79B

Text Example


Text Example

White with #BDB79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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