Html Css Color HEX #BDA09D Martini

📋 copy color: '#BDA09D'

red 189 ◦ green 160 ◦ blue 157

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

Shades of Martini #BDA09D

Tints of Martini #BDA09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 37.35%
G = 31.62%
B = 31.03%

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

#BDA09D (or 0xBDA09D) is known color: Martini. HEX triplet: BD, A0 and 9D. RGB value is (189,160,157). Sum of RGB (Red+Green+Blue) = 189+160+157=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA09D is #425F62. Grayscale: #A8A8A8. Windows color (decimal): -4349795 or 10330301. OLE color: 10330301.

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

Color convert

RGB 189 160 157 -
CMYK 0 0.15 0.17 0.26
HSL 5.63º 0.2% 0.68% -
HSV(B) 5.63º 0.17% 0.74% -
XYZ 39.64 38.39 37.22 -
YUV 168.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 189 160 157 0 0.15 0.17 0.26 5.63 0.2 0.68
Hex BD A0 9D 0 F 11 1A 6 14 44
Octal 275 240 235 0 17 21 32 6 24 104
Binary 10111101 10100000 10011101 0 1111 10001 11010 110 10100 1000100

Color Harmonies of #BDA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA09D

Black with #BDA09D

Text Example


Text Example

White with #BDA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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