Html Css Color HEX #BDA398 Martini

📋 copy color: '#BDA398'

red 189 ◦ green 163 ◦ blue 152

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

Shades of Martini #BDA398

Tints of Martini #BDA398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.16%

R = 37.5%
G = 32.34%
B = 30.16%

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

#BDA398 (or 0xBDA398) is known color: Martini. HEX triplet: BD, A3 and 98. RGB value is (189,163,152). Sum of RGB (Red+Green+Blue) = 189+163+152=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA398 is #425C67. Grayscale: #A9A9A9. Windows color (decimal): -4349032 or 10003389. OLE color: 10003389.

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

Color convert

RGB 189 163 152 -
CMYK 0 0.14 0.20 0.26
HSL 17.84º 0.22% 0.67% -
HSV(B) 17.84º 0.2% 0.74% -
XYZ 39.75 39.28 35.19 -
YUV 169.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 189 163 152 0 0.14 0.20 0.26 17.84 0.22 0.67
Hex BD A3 98 0 E 14 1A 12 16 43
Octal 275 243 230 0 16 24 32 22 26 103
Binary 10111101 10100011 10011000 0 1110 10100 11010 10010 10110 1000011

Color Harmonies of #BDA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA398

Black with #BDA398

Text Example


Text Example

White with #BDA398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA398; }

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

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

background-color css

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

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

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

border-color css

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

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

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