#BF8A5C

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

Shades of Twine #BF8A5C

Tints of Twine #BF8A5C

Color information

#BF8A5C (or 0xBF8A5C) is unknown color: approx Twine. HEX triplet: BF, 8A and 5C. RGB value is (191,138,92). Sum of RGB (Red+Green+Blue) = 191+138+92=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A5C is #4075A3. Grayscale: #949494. Windows color (decimal): -4224420 or 6064831. OLE color: 6064831.

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

Color convert

RGB19113892-
CMYK00.280.520.25
HSL27.88º43.61%55.49%-
HSV(B)27.88º51.83%74.9%-
XYZ32.5130.0314.21-
YUV148.696.06158.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=45.37%
G=32.78%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911389200.280.520.2527.8843.6155.49
HexBF8A5C01C34191c2c37
Octal2772121340346431345467
Binary101111111000101010111000111001101001100111100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A5C; }

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

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

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

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

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

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

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

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