Html Css Color HEX #BDA499 Martini

📋 copy color: '#BDA499'

red 189 ◦ green 164 ◦ blue 153

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

Shades of Martini #BDA499

Tints of Martini #BDA499

RGB

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

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

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

R = 37.35%
G = 32.41%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BDA499 (or 0xBDA499) is known color: Martini. HEX triplet: BD, A4 and 99. RGB value is (189,164,153). Sum of RGB (Red+Green+Blue) = 189+164+153=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA499 is #425B66. Grayscale: #AAAAAA. Windows color (decimal): -4348775 or 10069181. OLE color: 10069181.

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

Color convert

RGB 189 164 153 -
CMYK 0 0.13 0.19 0.26
HSL 18.33º 0.21% 0.67% -
HSV(B) 18.33º 0.19% 0.74% -
XYZ 40.01 39.67 35.69 -
YUV 170.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 189 164 153 0 0.13 0.19 0.26 18.33 0.21 0.67
Hex BD A4 99 0 D 13 1A 12 15 43
Octal 275 244 231 0 15 23 32 22 25 103
Binary 10111101 10100100 10011001 0 1101 10011 11010 10010 10101 1000011

Color Harmonies of #BDA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA499

Black with #BDA499

Text Example


Text Example

White with #BDA499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA499; }

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

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

background-color css

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

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

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

border-color css

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

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

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