Html Css Color HEX #BCA498 Martini

📋 copy color: '#BCA498'

red 188 ◦ green 164 ◦ blue 152

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

Shades of Martini #BCA498

Tints of Martini #BCA498

RGB

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

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

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

R = 37.3%
G = 32.54%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCA498 (or 0xBCA498) is known color: Martini. HEX triplet: BC, A4 and 98. RGB value is (188,164,152). Sum of RGB (Red+Green+Blue) = 188+164+152=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA498 is #435B67. Grayscale: #A9A9A9. Windows color (decimal): -4414312 or 10003644. OLE color: 10003644.

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

Color convert

RGB 188 164 152 -
CMYK 0 0.13 0.19 0.26
HSL 20º 0.21% 0.67% -
HSV(B) 20º 0.19% 0.74% -
XYZ 39.68 39.51 35.24 -
YUV 169.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 188 164 152 0 0.13 0.19 0.26 20 0.21 0.67
Hex BC A4 98 0 D 13 1A 14 15 43
Octal 274 244 230 0 15 23 32 24 25 103
Binary 10111100 10100100 10011000 0 1101 10011 11010 10100 10101 1000011

Color Harmonies of #BCA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA498

Black with #BCA498

Text Example


Text Example

White with #BCA498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA498; }

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

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

background-color css

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

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

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

border-color css

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

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

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