Html Css Color HEX #BDA59E Martini

📋 copy color: '#BDA59E'

red 189 ◦ green 165 ◦ blue 158

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

Shades of Martini #BDA59E

Tints of Martini #BDA59E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.23%

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 36.91%
G = 32.23%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDA59E (or 0xBDA59E) is known color: Martini. HEX triplet: BD, A5 and 9E. RGB value is (189,165,158). Sum of RGB (Red+Green+Blue) = 189+165+158=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA59E is #425A61. Grayscale: #ABABAB. Windows color (decimal): -4348514 or 10397117. OLE color: 10397117.

HSL color Cylindrical-coordinate representation of color #BDA59E: hue angle of 13.55º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA59E is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 158 -
CMYK 0 0.13 0.16 0.26
HSL 13.55º 0.19% 0.68% -
HSV(B) 13.55º 0.16% 0.74% -
XYZ 40.61 40.2 37.97 -
YUV 171.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 189 165 158 0 0.13 0.16 0.26 13.55 0.19 0.68
Hex BD A5 9E 0 D 10 1A E 13 44
Octal 275 245 236 0 15 20 32 16 23 104
Binary 10111101 10100101 10011110 0 1101 10000 11010 1110 10011 1000100

Color Harmonies of #BDA59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA59E

Black with #BDA59E

Text Example


Text Example

White with #BDA59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA59E; }

 p { color: rgb(189,165,158); }

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

background-color css

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

 a { background-color: rgb(189,165,158); }

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

border-color css

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

 span { border-color: rgb(189,165,158); }

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