Html Css Color HEX #BDA098 Martini

📋 copy color: '#BDA098'

red 189 ◦ green 160 ◦ blue 152

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

Shades of Martini #BDA098

Tints of Martini #BDA098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.94%

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

R = 37.72%
G = 31.94%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDA098 (or 0xBDA098) is known color: Martini. HEX triplet: BD, A0 and 98. RGB value is (189,160,152). Sum of RGB (Red+Green+Blue) = 189+160+152=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA098 is #425F67. Grayscale: #A7A7A7. Windows color (decimal): -4349800 or 10002621. OLE color: 10002621.

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

Color convert

RGB 189 160 152 -
CMYK 0 0.15 0.20 0.26
HSL 12.97º 0.22% 0.67% -
HSV(B) 12.97º 0.2% 0.74% -
XYZ 39.22 38.23 35.02 -
YUV 167.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 189 160 152 0 0.15 0.20 0.26 12.97 0.22 0.67
Hex BD A0 98 0 F 14 1A D 16 43
Octal 275 240 230 0 17 24 32 15 26 103
Binary 10111101 10100000 10011000 0 1111 10100 11010 1101 10110 1000011

Color Harmonies of #BDA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA098

Black with #BDA098

Text Example


Text Example

White with #BDA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA098; }

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

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

background-color css

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

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

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

border-color css

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

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

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