Html Css Color HEX #BFA998 Silk

📋 copy color: '#BFA998'

red 191 ◦ green 169 ◦ blue 152

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

Shades of Silk #BFA998

Tints of Silk #BFA998

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.01%

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

R = 37.3%
G = 33.01%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFA998 (or 0xBFA998) is known color: Silk. HEX triplet: BF, A9 and 98. RGB value is (191,169,152). Sum of RGB (Red+Green+Blue) = 191+169+152=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA998 is #405667. Grayscale: #ADADAD. Windows color (decimal): -4216424 or 10004927. OLE color: 10004927.

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

Color convert

RGB 191 169 152 -
CMYK 0 0.12 0.20 0.25
HSL 26.15º 0.23% 0.67% -
HSV(B) 26.15º 0.2% 0.75% -
XYZ 41.34 41.72 35.58 -
YUV 173.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 191 169 152 0 0.12 0.20 0.25 26.15 0.23 0.67
Hex BF A9 98 0 C 14 19 1A 17 43
Octal 277 251 230 0 14 24 31 32 27 103
Binary 10111111 10101001 10011000 0 1100 10100 11001 11010 10111 1000011

Color Harmonies of #BFA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA998

Black with #BFA998

Text Example


Text Example

White with #BFA998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA998; }

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

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

background-color css

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

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

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

border-color css

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

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

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