Html Css Color HEX #BDA397 Martini

📋 copy color: '#BDA397'

red 189 ◦ green 163 ◦ blue 151

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

Shades of Martini #BDA397

Tints of Martini #BDA397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.02%

R = 37.57%
G = 32.41%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDA397 (or 0xBDA397) is known color: Martini. HEX triplet: BD, A3 and 97. RGB value is (189,163,151). Sum of RGB (Red+Green+Blue) = 189+163+151=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA397 is #425C68. Grayscale: #A9A9A9. Windows color (decimal): -4349033 or 9937853. OLE color: 9937853.

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

Color convert

RGB 189 163 151 -
CMYK 0 0.14 0.20 0.26
HSL 18.95º 0.22% 0.67% -
HSV(B) 18.95º 0.2% 0.74% -
XYZ 39.67 39.25 34.76 -
YUV 169.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 189 163 151 0 0.14 0.20 0.26 18.95 0.22 0.67
Hex BD A3 97 0 E 14 1A 13 16 43
Octal 275 243 227 0 16 24 32 23 26 103
Binary 10111101 10100011 10010111 0 1110 10100 11010 10011 10110 1000011

Color Harmonies of #BDA397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA397

Black with #BDA397

Text Example


Text Example

White with #BDA397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA397; }

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

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

background-color css

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

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

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

border-color css

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

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

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