#BF915C

Color #BF915C Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #BF915C

Tints of Twine #BF915C

Color information

#BF915C (or 0xBF915C) is unknown color: approx Twine. HEX triplet: BF, 91 and 5C. RGB value is (191,145,92). Sum of RGB (Red+Green+Blue) = 191+145+92=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF915C is #406EA3. Grayscale: #989898. Windows color (decimal): -4222628 or 6066623. OLE color: 6066623.

HSL color Cylindrical-coordinate representation of color #BF915C: hue angle of 32.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF915C is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19114592-
CMYK00.240.520.25
HSL32.12º43.61%55.49%-
HSV(B)32.12º51.83%74.9%-
XYZ33.5432.114.55-
YUV152.7193.74155.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=44.63%
G=33.88%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911459200.240.520.2532.1243.6155.49
HexBF915C0183419202c37
Octal2772211340306431405467
Binary1011111110010001101110001100011010011001100000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF915C; }

 p { color: rgb(191,145,92); }

 H1.HeaderClassName
 {
   color: #BF915C;
 }
 .AnyTagClassName
 {
   color: #BF915C;
 }
</style>
background-color css

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

 a { background-color: rgb(191,145,92); }

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

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

 span { border-color: rgb(191,145,92); }

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