Html Css Color HEX #BFA59B Martini

📋 copy color: '#BFA59B'

red 191 ◦ green 165 ◦ blue 155

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

Shades of Martini #BFA59B

Tints of Martini #BFA59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.29%

 BLUE value IS 155 (60.94% from 255) = 30.33%

R = 37.38%
G = 32.29%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BFA59B (or 0xBFA59B) is known color: Martini. HEX triplet: BF, A5 and 9B. RGB value is (191,165,155). Sum of RGB (Red+Green+Blue) = 191+165+155=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA59B is #405A64. Grayscale: #ABABAB. Windows color (decimal): -4217445 or 10200511. OLE color: 10200511.

HSL color Cylindrical-coordinate representation of color #BFA59B: hue angle of 16.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFA59B is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 155 -
CMYK 0 0.14 0.19 0.25
HSL 16.67º 0.22% 0.68% -
HSV(B) 16.67º 0.19% 0.75% -
XYZ 40.86 40.35 36.65 -
YUV 171.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 191 165 155 0 0.14 0.19 0.25 16.67 0.22 0.68
Hex BF A5 9B 0 E 13 19 11 16 44
Octal 277 245 233 0 16 23 31 21 26 104
Binary 10111111 10100101 10011011 0 1110 10011 11001 10001 10110 1000100

Color Harmonies of #BFA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA59B

Black with #BFA59B

Text Example


Text Example

White with #BFA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA59B; }

 p { color: rgb(191,165,155); }

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

background-color css

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

 a { background-color: rgb(191,165,155); }

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

border-color css

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

 span { border-color: rgb(191,165,155); }

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