Html Css Color HEX #BDA39B Martini

📋 copy color: '#BDA39B'

red 189 ◦ green 163 ◦ blue 155

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

Shades of Martini #BDA39B

Tints of Martini #BDA39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.15%

 BLUE value IS 155 (60.94% from 255) = 30.57%

R = 37.28%
G = 32.15%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BDA39B (or 0xBDA39B) is known color: Martini. HEX triplet: BD, A3 and 9B. RGB value is (189,163,155). Sum of RGB (Red+Green+Blue) = 189+163+155=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA39B is #425C64. Grayscale: #A9A9A9. Windows color (decimal): -4349029 or 10199997. OLE color: 10199997.

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

Color convert

RGB 189 163 155 -
CMYK 0 0.14 0.18 0.26
HSL 14.12º 0.2% 0.67% -
HSV(B) 14.12º 0.18% 0.74% -
XYZ 40 39.38 36.5 -
YUV 169.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 189 163 155 0 0.14 0.18 0.26 14.12 0.2 0.67
Hex BD A3 9B 0 E 12 1A E 14 43
Octal 275 243 233 0 16 22 32 16 24 103
Binary 10111101 10100011 10011011 0 1110 10010 11010 1110 10100 1000011

Color Harmonies of #BDA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA39B

Black with #BDA39B

Text Example


Text Example

White with #BDA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA39B; }

 p { color: rgb(189,163,155); }

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

background-color css

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

 a { background-color: rgb(189,163,155); }

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

border-color css

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

 span { border-color: rgb(189,163,155); }

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