Html Css Color HEX #BFA799 Silk

📋 copy color: '#BFA799'

red 191 ◦ green 167 ◦ blue 153

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

Shades of Silk #BFA799

Tints of Silk #BFA799

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.68%

 BLUE value IS 153 (60.16% from 255) = 29.94%

R = 37.38%
G = 32.68%
B = 29.94%

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

#BFA799 (or 0xBFA799) is known color: Silk. HEX triplet: BF, A7 and 99. RGB value is (191,167,153). Sum of RGB (Red+Green+Blue) = 191+167+153=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA799 is #405866. Grayscale: #ACACAC. Windows color (decimal): -4216935 or 10069951. OLE color: 10069951.

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

Color convert

RGB 191 167 153 -
CMYK 0 0.13 0.20 0.25
HSL 22.11º 0.23% 0.67% -
HSV(B) 22.11º 0.2% 0.75% -
XYZ 41.05 41.01 35.89 -
YUV 172.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 191 167 153 0 0.13 0.20 0.25 22.11 0.23 0.67
Hex BF A7 99 0 D 14 19 16 17 43
Octal 277 247 231 0 15 24 31 26 27 103
Binary 10111111 10100111 10011001 0 1101 10100 11001 10110 10111 1000011

Color Harmonies of #BFA799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA799

Black with #BFA799

Text Example


Text Example

White with #BFA799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA799; }

 p { color: rgb(191,167,153); }

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

background-color css

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

 a { background-color: rgb(191,167,153); }

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

border-color css

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

 span { border-color: rgb(191,167,153); }

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