#BF8E5C

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

Shades of Twine #BF8E5C

Tints of Twine #BF8E5C

Color information

#BF8E5C (or 0xBF8E5C) is unknown color: approx Twine. HEX triplet: BF, 8E and 5C. RGB value is (191,142,92). Sum of RGB (Red+Green+Blue) = 191+142+92=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E5C is #4071A3. Grayscale: #979797. Windows color (decimal): -4223396 or 6065855. OLE color: 6065855.

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

Color convert

RGB19114292-
CMYK00.260.520.25
HSL30.3º43.61%55.49%-
HSV(B)30.3º51.83%74.9%-
XYZ33.0931.214.4-
YUV150.9594.73156.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=44.94%
G=33.41%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911429200.260.520.2530.343.6155.49
HexBF8E5C01A34191e2c37
Octal2772161340326431365467
Binary101111111000111010111000110101101001100111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E5C; }

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

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

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

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

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

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

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

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