Html Css Color HEX #BDA59F Martini

📋 copy color: '#BDA59F'

red 189 ◦ green 165 ◦ blue 159

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

Shades of Martini #BDA59F

Tints of Martini #BDA59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.99%

R = 36.84%
G = 32.16%
B = 30.99%

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

#BDA59F (or 0xBDA59F) is known color: Martini. HEX triplet: BD, A5 and 9F. RGB value is (189,165,159). Sum of RGB (Red+Green+Blue) = 189+165+159=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA59F is #425A60. Grayscale: #ABABAB. Windows color (decimal): -4348513 or 10462653. OLE color: 10462653.

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

Color convert

RGB 189 165 159 -
CMYK 0 0.13 0.16 0.26
HSL 12º 0.19% 0.68% -
HSV(B) 12º 0.16% 0.74% -
XYZ 40.7 40.23 38.42 -
YUV 171.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 189 165 159 0 0.13 0.16 0.26 12 0.19 0.68
Hex BD A5 9F 0 D 10 1A C 13 44
Octal 275 245 237 0 15 20 32 14 23 104
Binary 10111101 10100101 10011111 0 1101 10000 11010 1100 10011 1000100

Color Harmonies of #BDA59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA59F

Black with #BDA59F

Text Example


Text Example

White with #BDA59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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