Html Css Color HEX #BDA498 Martini

📋 copy color: '#BDA498'

red 189 ◦ green 164 ◦ blue 152

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

Shades of Martini #BDA498

Tints of Martini #BDA498

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.48%

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

R = 37.43%
G = 32.48%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDA498 (or 0xBDA498) is known color: Martini. HEX triplet: BD, A4 and 98. RGB value is (189,164,152). Sum of RGB (Red+Green+Blue) = 189+164+152=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA498 is #425B67. Grayscale: #AAAAAA. Windows color (decimal): -4348776 or 10003645. OLE color: 10003645.

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

Color convert

RGB 189 164 152 -
CMYK 0 0.13 0.20 0.26
HSL 19.46º 0.22% 0.67% -
HSV(B) 19.46º 0.2% 0.74% -
XYZ 39.93 39.64 35.25 -
YUV 170.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 189 164 152 0 0.13 0.20 0.26 19.46 0.22 0.67
Hex BD A4 98 0 D 14 1A 13 16 43
Octal 275 244 230 0 15 24 32 23 26 103
Binary 10111101 10100100 10011000 0 1101 10100 11010 10011 10110 1000011

Color Harmonies of #BDA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA498

Black with #BDA498

Text Example


Text Example

White with #BDA498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA498; }

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

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

background-color css

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

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

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

border-color css

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

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

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