Html Css Color HEX #BFA698 Silk

📋 copy color: '#BFA698'

red 191 ◦ green 166 ◦ blue 152

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

Shades of Silk #BFA698

Tints of Silk #BFA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.61%

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

R = 37.52%
G = 32.61%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFA698 (or 0xBFA698) is known color: Silk. HEX triplet: BF, A6 and 98. RGB value is (191,166,152). Sum of RGB (Red+Green+Blue) = 191+166+152=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA698 is #405967. Grayscale: #ABABAB. Windows color (decimal): -4217192 or 10004159. OLE color: 10004159.

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

Color convert

RGB 191 166 152 -
CMYK 0 0.13 0.20 0.25
HSL 21.54º 0.23% 0.67% -
HSV(B) 21.54º 0.2% 0.75% -
XYZ 40.79 40.62 35.4 -
YUV 171.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 191 166 152 0 0.13 0.20 0.25 21.54 0.23 0.67
Hex BF A6 98 0 D 14 19 16 17 43
Octal 277 246 230 0 15 24 31 26 27 103
Binary 10111111 10100110 10011000 0 1101 10100 11001 10110 10111 1000011

Color Harmonies of #BFA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA698

Black with #BFA698

Text Example


Text Example

White with #BFA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA698; }

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

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

background-color css

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

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

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

border-color css

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

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

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