#BFA298

Color #BFA298 Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #BFA298

Tints of Martini #BFA298

Color information

#BFA298 (or 0xBFA298) is unknown color: approx Martini. HEX triplet: BF, A2 and 98. RGB value is (191,162,152). Sum of RGB (Red+Green+Blue) = 191+162+152=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA298 is #405D67. Grayscale: #A9A9A9. Windows color (decimal): -4218216 or 10003135. OLE color: 10003135.

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

Color convert

RGB191162152-
CMYK00.150.200.25
HSL15.38º23.35%67.25%-
HSV(B)15.38º20.42%74.9%-
XYZ40.0739.1835.16-
YUV169.53118.11143.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=37.82%
G=32.08%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116215200.150.200.2515.3823.3567.25
HexBFA2980F1419f1743
Octal27724223001724311727103
Binary1011111110100010100110000111110100110011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA298; }

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

 H1.HeaderClassName
 {
   color: #BFA298;
 }
 .AnyTagClassName
 {
   color: #BFA298;
 }
</style>
background-color css

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

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

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

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

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

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