Html Css Color HEX #BCA298 Martini

📋 copy color: '#BCA298'

red 188 ◦ green 162 ◦ blue 152

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

Shades of Martini #BCA298

Tints of Martini #BCA298

RGB

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

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

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

R = 37.45%
G = 32.27%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCA298 (or 0xBCA298) is known color: Martini. HEX triplet: BC, A2 and 98. RGB value is (188,162,152). Sum of RGB (Red+Green+Blue) = 188+162+152=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA298 is #435D67. Grayscale: #A8A8A8. Windows color (decimal): -4414824 or 10003132. OLE color: 10003132.

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

Color convert

RGB 188 162 152 -
CMYK 0 0.14 0.19 0.26
HSL 16.67º 0.21% 0.67% -
HSV(B) 16.67º 0.19% 0.74% -
XYZ 39.33 38.8 35.12 -
YUV 168.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 188 162 152 0 0.14 0.19 0.26 16.67 0.21 0.67
Hex BC A2 98 0 E 13 1A 11 15 43
Octal 274 242 230 0 16 23 32 21 25 103
Binary 10111100 10100010 10011000 0 1110 10011 11010 10001 10101 1000011

Color Harmonies of #BCA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA298

Black with #BCA298

Text Example


Text Example

White with #BCA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA298; }

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

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

background-color css

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

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

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

border-color css

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

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

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