Html Css Color HEX #BDA198 Martini

📋 copy color: '#BDA198'

red 189 ◦ green 161 ◦ blue 152

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

Shades of Martini #BDA198

Tints of Martini #BDA198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.07%

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

R = 37.65%
G = 32.07%
B = 30.28%

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

#BDA198 (or 0xBDA198) is known color: Martini. HEX triplet: BD, A1 and 98. RGB value is (189,161,152). Sum of RGB (Red+Green+Blue) = 189+161+152=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA198 is #425E67. Grayscale: #A8A8A8. Windows color (decimal): -4349544 or 10002877. OLE color: 10002877.

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

Color convert

RGB 189 161 152 -
CMYK 0 0.15 0.20 0.26
HSL 14.59º 0.22% 0.67% -
HSV(B) 14.59º 0.2% 0.74% -
XYZ 39.4 38.58 35.08 -
YUV 168.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 189 161 152 0 0.15 0.20 0.26 14.59 0.22 0.67
Hex BD A1 98 0 F 14 1A F 16 43
Octal 275 241 230 0 17 24 32 17 26 103
Binary 10111101 10100001 10011000 0 1111 10100 11010 1111 10110 1000011

Color Harmonies of #BDA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA198

Black with #BDA198

Text Example


Text Example

White with #BDA198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA198; }

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

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

background-color css

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

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

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

border-color css

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

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

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