Html Css Color HEX #BFA397 Martini

📋 copy color: '#BFA397'

red 191 ◦ green 163 ◦ blue 151

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

Shades of Martini #BFA397

Tints of Martini #BFA397

RGB

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

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

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

R = 37.82%
G = 32.28%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BFA397 (or 0xBFA397) is known color: Martini. HEX triplet: BF, A3 and 97. RGB value is (191,163,151). Sum of RGB (Red+Green+Blue) = 191+163+151=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA397 is #405C68. Grayscale: #AAAAAA. Windows color (decimal): -4217961 or 9937855. OLE color: 9937855.

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

Color convert

RGB 191 163 151 -
CMYK 0 0.15 0.21 0.25
HSL 18º 0.24% 0.67% -
HSV(B) 18º 0.21% 0.75% -
XYZ 40.17 39.51 34.79 -
YUV 170 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 191 163 151 0 0.15 0.21 0.25 18 0.24 0.67
Hex BF A3 97 0 F 15 19 12 18 43
Octal 277 243 227 0 17 25 31 22 30 103
Binary 10111111 10100011 10010111 0 1111 10101 11001 10010 11000 1000011

Color Harmonies of #BFA397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA397

Black with #BFA397

Text Example


Text Example

White with #BFA397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA397; }

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

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

background-color css

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

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

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

border-color css

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

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

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