Html Css Color HEX #BDA19E Martini

📋 copy color: '#BDA19E'

red 189 ◦ green 161 ◦ blue 158

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

Shades of Martini #BDA19E

Tints of Martini #BDA19E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.69%

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

R = 37.2%
G = 31.69%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDA19E (or 0xBDA19E) is known color: Martini. HEX triplet: BD, A1 and 9E. RGB value is (189,161,158). Sum of RGB (Red+Green+Blue) = 189+161+158=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA19E is #425E61. Grayscale: #A9A9A9. Windows color (decimal): -4349538 or 10396093. OLE color: 10396093.

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

Color convert

RGB 189 161 158 -
CMYK 0 0.15 0.16 0.26
HSL 5.81º 0.19% 0.68% -
HSV(B) 5.81º 0.16% 0.74% -
XYZ 39.9 38.78 37.73 -
YUV 169.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 189 161 158 0 0.15 0.16 0.26 5.81 0.19 0.68
Hex BD A1 9E 0 F 10 1A 6 13 44
Octal 275 241 236 0 17 20 32 6 23 104
Binary 10111101 10100001 10011110 0 1111 10000 11010 110 10011 1000100

Color Harmonies of #BDA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA19E

Black with #BDA19E

Text Example


Text Example

White with #BDA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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