Html Css Color HEX #BCA299 Martini

📋 copy color: '#BCA299'

red 188 ◦ green 162 ◦ blue 153

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

Shades of Martini #BCA299

Tints of Martini #BCA299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.42%

R = 37.38%
G = 32.21%
B = 30.42%

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

#BCA299 (or 0xBCA299) is known color: Martini. HEX triplet: BC, A2 and 99. RGB value is (188,162,153). Sum of RGB (Red+Green+Blue) = 188+162+153=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA299 is #435D66. Grayscale: #A8A8A8. Windows color (decimal): -4414823 or 10068668. OLE color: 10068668.

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

Color convert

RGB 188 162 153 -
CMYK 0 0.14 0.19 0.26
HSL 15.43º 0.21% 0.67% -
HSV(B) 15.43º 0.19% 0.74% -
XYZ 39.41 38.83 35.56 -
YUV 168.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 188 162 153 0 0.14 0.19 0.26 15.43 0.21 0.67
Hex BC A2 99 0 E 13 1A F 15 43
Octal 274 242 231 0 16 23 32 17 25 103
Binary 10111100 10100010 10011001 0 1110 10011 11010 1111 10101 1000011

Color Harmonies of #BCA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA299

Black with #BCA299

Text Example


Text Example

White with #BCA299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA299; }

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

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

background-color css

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

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

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

border-color css

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

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

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