Html Css Color HEX #BCA397 Martini

📋 copy color: '#BCA397'

red 188 ◦ green 163 ◦ blue 151

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

Shades of Martini #BCA397

Tints of Martini #BCA397

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.47%

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 37.45%
G = 32.47%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCA397 (or 0xBCA397) is known color: Martini. HEX triplet: BC, A3 and 97. RGB value is (188,163,151). Sum of RGB (Red+Green+Blue) = 188+163+151=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA397 is #435C68. Grayscale: #A9A9A9. Windows color (decimal): -4414569 or 9937852. OLE color: 9937852.

HSL color Cylindrical-coordinate representation of color #BCA397: hue angle of 19.46º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA397 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 151 -
CMYK 0 0.13 0.20 0.26
HSL 19.46º 0.22% 0.66% -
HSV(B) 19.46º 0.2% 0.74% -
XYZ 39.42 39.12 34.75 -
YUV 169.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 188 163 151 0 0.13 0.20 0.26 19.46 0.22 0.66
Hex BC A3 97 0 D 14 1A 13 16 42
Octal 274 243 227 0 15 24 32 23 26 102
Binary 10111100 10100011 10010111 0 1101 10100 11010 10011 10110 1000010

Color Harmonies of #BCA397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA397

Black with #BCA397

Text Example


Text Example

White with #BCA397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA397; }

 p { color: rgb(188,163,151); }

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

background-color css

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

 a { background-color: rgb(188,163,151); }

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

border-color css

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

 span { border-color: rgb(188,163,151); }

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