Html Css Color HEX #BCA599 Martini

📋 copy color: '#BCA599'

red 188 ◦ green 165 ◦ blue 153

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

Shades of Martini #BCA599

Tints of Martini #BCA599

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.61%

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

R = 37.15%
G = 32.61%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCA599 (or 0xBCA599) is known color: Martini. HEX triplet: BC, A5 and 99. RGB value is (188,165,153). Sum of RGB (Red+Green+Blue) = 188+165+153=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA599 is #435A66. Grayscale: #AAAAAA. Windows color (decimal): -4414055 or 10069436. OLE color: 10069436.

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

Color convert

RGB 188 165 153 -
CMYK 0 0.12 0.19 0.26
HSL 20.57º 0.21% 0.67% -
HSV(B) 20.57º 0.19% 0.74% -
XYZ 39.94 39.9 35.73 -
YUV 170.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 188 165 153 0 0.12 0.19 0.26 20.57 0.21 0.67
Hex BC A5 99 0 C 13 1A 15 15 43
Octal 274 245 231 0 14 23 32 25 25 103
Binary 10111100 10100101 10011001 0 1100 10011 11010 10101 10101 1000011

Color Harmonies of #BCA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA599

Black with #BCA599

Text Example


Text Example

White with #BCA599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA599; }

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

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

background-color css

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

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

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

border-color css

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

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

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