#BF8A55

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

Shades of Twine #BF8A55

Tints of Twine #BF8A55

Color information

#BF8A55 (or 0xBF8A55) is unknown color: approx Twine. HEX triplet: BF, 8A and 55. RGB value is (191,138,85). Sum of RGB (Red+Green+Blue) = 191+138+85=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A55 is #4075AA. Grayscale: #949494. Windows color (decimal): -4224427 or 5606079. OLE color: 5606079.

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

Color convert

RGB19113885-
CMYK00.280.550.25
HSL30º45.3%54.12%-
HSV(B)30º55.5%74.9%-
XYZ32.2129.9112.67-
YUV147.892.56158.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 20.53%
R=46.14%
G=33.33%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911388500.280.550.253045.354.12
HexBF8A5501C37191e2d36
Octal2772121250346731365566
Binary101111111000101010101010111001101111100111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A55; }

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

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

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

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

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

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

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

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