Html Css Color HEX #BDA497 Martini

📋 copy color: '#BDA497'

red 189 ◦ green 164 ◦ blue 151

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

Shades of Martini #BDA497

Tints of Martini #BDA497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.54%

 BLUE value IS 151 (59.38% from 255) = 29.96%

R = 37.5%
G = 32.54%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDA497 (or 0xBDA497) is known color: Martini. HEX triplet: BD, A4 and 97. RGB value is (189,164,151). Sum of RGB (Red+Green+Blue) = 189+164+151=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA497 is #425B68. Grayscale: #AAAAAA. Windows color (decimal): -4348777 or 9938109. OLE color: 9938109.

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

Color convert

RGB 189 164 151 -
CMYK 0 0.13 0.20 0.26
HSL 20.53º 0.22% 0.67% -
HSV(B) 20.53º 0.2% 0.74% -
XYZ 39.85 39.6 34.82 -
YUV 169.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 189 164 151 0 0.13 0.20 0.26 20.53 0.22 0.67
Hex BD A4 97 0 D 14 1A 15 16 43
Octal 275 244 227 0 15 24 32 25 26 103
Binary 10111101 10100100 10010111 0 1101 10100 11010 10101 10110 1000011

Color Harmonies of #BDA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA497

Black with #BDA497

Text Example


Text Example

White with #BDA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA497; }

 p { color: rgb(189,164,151); }

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

background-color css

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

 a { background-color: rgb(189,164,151); }

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

border-color css

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

 span { border-color: rgb(189,164,151); }

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