#BF8A5A

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

Shades of Twine #BF8A5A

Tints of Twine #BF8A5A

Color information

#BF8A5A (or 0xBF8A5A) is unknown color: approx Twine. HEX triplet: BF, 8A and 5A. RGB value is (191,138,90). Sum of RGB (Red+Green+Blue) = 191+138+90=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A5A is #4075A5. Grayscale: #949494. Windows color (decimal): -4224422 or 5933759. OLE color: 5933759.

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

Color convert

RGB19113890-
CMYK00.280.530.25
HSL28.51º44.1%55.1%-
HSV(B)28.51º52.88%74.9%-
XYZ32.4229.9913.75-
YUV148.3895.06158.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=45.58%
G=32.94%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911389000.280.530.2528.5144.155.1
HexBF8A5A01C35191d2c37
Octal2772121320346531355467
Binary101111111000101010110100111001101011100111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A5A; }

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

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

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

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

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

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

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

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