Html Css Color HEX #BD9F9A Martini

📋 copy color: '#BD9F9A'

red 189 ◦ green 159 ◦ blue 154

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

Shades of Martini #BD9F9A

Tints of Martini #BD9F9A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.67%

 BLUE value IS 154 (60.55% from 255) = 30.68%

R = 37.65%
G = 31.67%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD9F9A (or 0xBD9F9A) is known color: Martini. HEX triplet: BD, 9F and 9A. RGB value is (189,159,154). Sum of RGB (Red+Green+Blue) = 189+159+154=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F9A is #426065. Grayscale: #A7A7A7. Windows color (decimal): -4350054 or 10133437. OLE color: 10133437.

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

Color convert

RGB 189 159 154 -
CMYK 0 0.16 0.19 0.26
HSL 8.57º 0.21% 0.67% -
HSV(B) 8.57º 0.19% 0.74% -
XYZ 39.22 37.95 35.83 -
YUV 167.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 189 159 154 0 0.16 0.19 0.26 8.57 0.21 0.67
Hex BD 9F 9A 0 10 13 1A 9 15 43
Octal 275 237 232 0 20 23 32 11 25 103
Binary 10111101 10011111 10011010 0 10000 10011 11010 1001 10101 1000011

Color Harmonies of #BD9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F9A

Black with #BD9F9A

Text Example


Text Example

White with #BD9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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