Html Css Color HEX #BFA298 Martini

📋 copy color: '#BFA298'

red 191 ◦ green 162 ◦ blue 152

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

Shades of Martini #BFA298

Tints of Martini #BFA298

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.1%

R = 37.82%
G = 32.08%
B = 30.1%

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

#BFA298 (or 0xBFA298) is known color: 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

RGB 191 162 152 -
CMYK 0 0.15 0.20 0.25
HSL 15.38º 0.23% 0.67% -
HSV(B) 15.38º 0.2% 0.75% -
XYZ 40.07 39.18 35.16 -
YUV 169.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 191 162 152 0 0.15 0.20 0.25 15.38 0.23 0.67
Hex BF A2 98 0 F 14 19 F 17 43
Octal 277 242 230 0 17 24 31 17 27 103
Binary 10111111 10100010 10011000 0 1111 10100 11001 1111 10111 1000011

Color Harmonies of #BFA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA298

Black with #BFA298

Text Example


Text Example

White with #BFA298

Text Example


Text Example

HTML Codes & Css Web 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>