Html Css Color HEX #BDA298 Martini

📋 copy color: '#BDA298'

red 189 ◦ green 162 ◦ blue 152

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

Shades of Martini #BDA298

Tints of Martini #BDA298

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.21%

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

R = 37.57%
G = 32.21%
B = 30.22%

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

#BDA298 (or 0xBDA298) is known color: Martini. HEX triplet: BD, A2 and 98. RGB value is (189,162,152). Sum of RGB (Red+Green+Blue) = 189+162+152=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA298 is #425D67. Grayscale: #A9A9A9. Windows color (decimal): -4349288 or 10003133. OLE color: 10003133.

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

Color convert

RGB 189 162 152 -
CMYK 0 0.14 0.20 0.26
HSL 16.22º 0.22% 0.67% -
HSV(B) 16.22º 0.2% 0.74% -
XYZ 39.57 38.93 35.13 -
YUV 168.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 189 162 152 0 0.14 0.20 0.26 16.22 0.22 0.67
Hex BD A2 98 0 E 14 1A 10 16 43
Octal 275 242 230 0 16 24 32 20 26 103
Binary 10111101 10100010 10011000 0 1110 10100 11010 10000 10110 1000011

Color Harmonies of #BDA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA298

Black with #BDA298

Text Example


Text Example

White with #BDA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA298; }

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

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

background-color css

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

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

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

border-color css

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

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

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