#BC9457

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

Shades of Twine #BC9457

Tints of Twine #BC9457

Color information

#BC9457 (or 0xBC9457) is unknown color: approx Twine. HEX triplet: BC, 94 and 57. RGB value is (188,148,87). Sum of RGB (Red+Green+Blue) = 188+148+87=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9457 is #436BA8. Grayscale: #999999. Windows color (decimal): -4418473 or 5739708. OLE color: 5739708.

HSL color Cylindrical-coordinate representation of color #BC9457: hue angle of 36.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC9457 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18814887-
CMYK00.210.540.26
HSL36.24º42.98%53.92%-
HSV(B)36.24º53.72%73.73%-
XYZ33.0532.5613.56-
YUV153.0190.75152.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 87 (34.38% from 255) = 20.57%
R=44.44%
G=34.99%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881488700.210.540.2636.2442.9853.92
HexBC9457015361A242b36
Octal2742241270256632445366
Binary1011110010010100101011101010111011011010100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9457; }

 p { color: rgb(188,148,87); }

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

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

 a { background-color: rgb(188,148,87); }

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

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

 span { border-color: rgb(188,148,87); }

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