Html Css Color HEX #BCA098 Martini

📋 copy color: '#BCA098'

red 188 ◦ green 160 ◦ blue 152

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

Shades of Martini #BCA098

Tints of Martini #BCA098

RGB

 RED value IS 188 (73.83% from 255) = 37.6%

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

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

R = 37.6%
G = 32%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCA098 (or 0xBCA098) is known color: Martini. HEX triplet: BC, A0 and 98. RGB value is (188,160,152). Sum of RGB (Red+Green+Blue) = 188+160+152=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA098 is #435F67. Grayscale: #A7A7A7. Windows color (decimal): -4415336 or 10002620. OLE color: 10002620.

HSL color Cylindrical-coordinate representation of color #BCA098: hue angle of 13.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA098 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 152 -
CMYK 0 0.15 0.19 0.26
HSL 13.33º 0.21% 0.67% -
HSV(B) 13.33º 0.19% 0.74% -
XYZ 38.98 38.1 35.01 -
YUV 167.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 188 160 152 0 0.15 0.19 0.26 13.33 0.21 0.67
Hex BC A0 98 0 F 13 1A D 15 43
Octal 274 240 230 0 17 23 32 15 25 103
Binary 10111100 10100000 10011000 0 1111 10011 11010 1101 10101 1000011

Color Harmonies of #BCA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA098

Black with #BCA098

Text Example


Text Example

White with #BCA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA098; }

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

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

background-color css

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

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

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

border-color css

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

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

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