Html Css Color HEX #BFA498 Martini

📋 copy color: '#BFA498'

red 191 ◦ green 164 ◦ blue 152

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

Shades of Martini #BFA498

Tints of Martini #BFA498

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.35%

 BLUE value IS 152 (59.77% from 255) = 29.98%

R = 37.67%
G = 32.35%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFA498 (or 0xBFA498) is known color: Martini. HEX triplet: BF, A4 and 98. RGB value is (191,164,152). Sum of RGB (Red+Green+Blue) = 191+164+152=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA498 is #405B67. Grayscale: #AAAAAA. Windows color (decimal): -4217704 or 10003647. OLE color: 10003647.

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

Color convert

RGB 191 164 152 -
CMYK 0 0.14 0.20 0.25
HSL 18.46º 0.23% 0.67% -
HSV(B) 18.46º 0.2% 0.75% -
XYZ 40.43 39.89 35.28 -
YUV 170.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 191 164 152 0 0.14 0.20 0.25 18.46 0.23 0.67
Hex BF A4 98 0 E 14 19 12 17 43
Octal 277 244 230 0 16 24 31 22 27 103
Binary 10111111 10100100 10011000 0 1110 10100 11001 10010 10111 1000011

Color Harmonies of #BFA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA498

Black with #BFA498

Text Example


Text Example

White with #BFA498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA498; }

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

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

background-color css

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

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

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

border-color css

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

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

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