Html Css Color HEX #BDA09C Martini

📋 copy color: '#BDA09C'

red 189 ◦ green 160 ◦ blue 156

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

Shades of Martini #BDA09C

Tints of Martini #BDA09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.68%

 BLUE value IS 156 (61.33% from 255) = 30.89%

R = 37.43%
G = 31.68%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BDA09C (or 0xBDA09C) is known color: Martini. HEX triplet: BD, A0 and 9C. RGB value is (189,160,156). Sum of RGB (Red+Green+Blue) = 189+160+156=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA09C is #425F63. Grayscale: #A8A8A8. Windows color (decimal): -4349796 or 10264765. OLE color: 10264765.

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

Color convert

RGB 189 160 156 -
CMYK 0 0.15 0.17 0.26
HSL 7.27º 0.2% 0.68% -
HSV(B) 7.27º 0.17% 0.74% -
XYZ 39.56 38.36 36.77 -
YUV 168.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 189 160 156 0 0.15 0.17 0.26 7.27 0.2 0.68
Hex BD A0 9C 0 F 11 1A 7 14 44
Octal 275 240 234 0 17 21 32 7 24 104
Binary 10111101 10100000 10011100 0 1111 10001 11010 111 10100 1000100

Color Harmonies of #BDA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA09C

Black with #BDA09C

Text Example


Text Example

White with #BDA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA09C; }

 p { color: rgb(189,160,156); }

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

background-color css

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

 a { background-color: rgb(189,160,156); }

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

border-color css

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

 span { border-color: rgb(189,160,156); }

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