Html Css Color HEX #BFA398 Martini

📋 copy color: '#BFA398'

red 191 ◦ green 163 ◦ blue 152

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

Shades of Martini #BFA398

Tints of Martini #BFA398

RGB

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

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

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

R = 37.75%
G = 32.21%
B = 30.04%

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

#BFA398 (or 0xBFA398) is known color: Martini. HEX triplet: BF, A3 and 98. RGB value is (191,163,152). Sum of RGB (Red+Green+Blue) = 191+163+152=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA398 is #405C67. Grayscale: #AAAAAA. Windows color (decimal): -4217960 or 10003391. OLE color: 10003391.

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

Color convert

RGB 191 163 152 -
CMYK 0 0.15 0.20 0.25
HSL 16.92º 0.23% 0.67% -
HSV(B) 16.92º 0.2% 0.75% -
XYZ 40.25 39.54 35.22 -
YUV 170.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 191 163 152 0 0.15 0.20 0.25 16.92 0.23 0.67
Hex BF A3 98 0 F 14 19 11 17 43
Octal 277 243 230 0 17 24 31 21 27 103
Binary 10111111 10100011 10011000 0 1111 10100 11001 10001 10111 1000011

Color Harmonies of #BFA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA398

Black with #BFA398

Text Example


Text Example

White with #BFA398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA398; }

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

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

background-color css

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

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

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

border-color css

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

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

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