Html Css Color HEX #BFA399 Martini

📋 copy color: '#BFA399'

red 191 ◦ green 163 ◦ blue 153

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

Shades of Martini #BFA399

Tints of Martini #BFA399

RGB

 RED value IS 191 (75% from 255) = 37.67%

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

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

R = 37.67%
G = 32.15%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFA399 (or 0xBFA399) is known color: Martini. HEX triplet: BF, A3 and 99. RGB value is (191,163,153). Sum of RGB (Red+Green+Blue) = 191+163+153=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA399 is #405C66. Grayscale: #AAAAAA. Windows color (decimal): -4217959 or 10068927. OLE color: 10068927.

HSL color Cylindrical-coordinate representation of color #BFA399: hue angle of 15.79º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFA399 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 163 153 -
CMYK 0 0.15 0.20 0.25
HSL 15.79º 0.23% 0.67% -
HSV(B) 15.79º 0.2% 0.75% -
XYZ 40.33 39.57 35.65 -
YUV 170.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 191 163 153 0 0.15 0.20 0.25 15.79 0.23 0.67
Hex BF A3 99 0 F 14 19 10 17 43
Octal 277 243 231 0 17 24 31 20 27 103
Binary 10111111 10100011 10011001 0 1111 10100 11001 10000 10111 1000011

Color Harmonies of #BFA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA399

Black with #BFA399

Text Example


Text Example

White with #BFA399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA399; }

 p { color: rgb(191,163,153); }

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

background-color css

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

 a { background-color: rgb(191,163,153); }

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

border-color css

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

 span { border-color: rgb(191,163,153); }

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