Html Css Color HEX #BFA594 Silk

📋 copy color: '#BFA594'

red 191 ◦ green 165 ◦ blue 148

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

Shades of Silk #BFA594

Tints of Silk #BFA594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.37%

R = 37.9%
G = 32.74%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFA594 (or 0xBFA594) is known color: Silk. HEX triplet: BF, A5 and 94. RGB value is (191,165,148). Sum of RGB (Red+Green+Blue) = 191+165+148=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA594 is #405A6B. Grayscale: #AAAAAA. Windows color (decimal): -4217452 or 9741759. OLE color: 9741759.

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

Color convert

RGB 191 165 148 -
CMYK 0 0.14 0.23 0.25
HSL 23.72º 0.25% 0.66% -
HSV(B) 23.72º 0.23% 0.75% -
XYZ 40.29 40.12 33.64 -
YUV 170.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 191 165 148 0 0.14 0.23 0.25 23.72 0.25 0.66
Hex BF A5 94 0 E 17 19 18 19 42
Octal 277 245 224 0 16 27 31 30 31 102
Binary 10111111 10100101 10010100 0 1110 10111 11001 11000 11001 1000010

Color Harmonies of #BFA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA594

Black with #BFA594

Text Example


Text Example

White with #BFA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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