Html Css Color HEX #BFA297 Martini

📋 copy color: '#BFA297'

red 191 ◦ green 162 ◦ blue 151

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

Shades of Martini #BFA297

Tints of Martini #BFA297

RGB

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

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

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

R = 37.9%
G = 32.14%
B = 29.96%

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

#BFA297 (or 0xBFA297) is known color: Martini. HEX triplet: BF, A2 and 97. RGB value is (191,162,151). Sum of RGB (Red+Green+Blue) = 191+162+151=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA297 is #405D68. Grayscale: #A9A9A9. Windows color (decimal): -4218217 or 9937599. OLE color: 9937599.

HSL color Cylindrical-coordinate representation of color #BFA297: hue angle of 16.5º 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 #BFA297 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 162 151 -
CMYK 0 0.15 0.21 0.25
HSL 16.5º 0.24% 0.67% -
HSV(B) 16.5º 0.21% 0.75% -
XYZ 39.99 39.15 34.73 -
YUV 169.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 191 162 151 0 0.15 0.21 0.25 16.5 0.24 0.67
Hex BF A2 97 0 F 15 19 10 18 43
Octal 277 242 227 0 17 25 31 20 30 103
Binary 10111111 10100010 10010111 0 1111 10101 11001 10000 11000 1000011

Color Harmonies of #BFA297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA297

Black with #BFA297

Text Example


Text Example

White with #BFA297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA297; }

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

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

background-color css

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

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

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

border-color css

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

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

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