Html Css Color HEX #BDA79E Martini

📋 copy color: '#BDA79E'

red 189 ◦ green 167 ◦ blue 158

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

Shades of Martini #BDA79E

Tints of Martini #BDA79E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.49%

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

R = 36.77%
G = 32.49%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDA79E (or 0xBDA79E) is known color: Martini. HEX triplet: BD, A7 and 9E. RGB value is (189,167,158). Sum of RGB (Red+Green+Blue) = 189+167+158=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA79E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA79E is #425861. Grayscale: #ACACAC. Windows color (decimal): -4348002 or 10397629. OLE color: 10397629.

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

Color convert

RGB 189 167 158 -
CMYK 0 0.12 0.16 0.26
HSL 17.42º 0.19% 0.68% -
HSV(B) 17.42º 0.16% 0.74% -
XYZ 40.98 40.92 38.09 -
YUV 172.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 189 167 158 0 0.12 0.16 0.26 17.42 0.19 0.68
Hex BD A7 9E 0 C 10 1A 11 13 44
Octal 275 247 236 0 14 20 32 21 23 104
Binary 10111101 10100111 10011110 0 1100 10000 11010 10001 10011 1000100

Color Harmonies of #BDA79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA79E

Black with #BDA79E

Text Example


Text Example

White with #BDA79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA79E; }

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

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

background-color css

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

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

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

border-color css

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

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

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