#BC9555

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

Shades of Twine #BC9555

Tints of Twine #BC9555

Color information

#BC9555 (or 0xBC9555) is unknown color: approx Twine. HEX triplet: BC, 95 and 55. RGB value is (188,149,85). Sum of RGB (Red+Green+Blue) = 188+149+85=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9555 is #436AAA. Grayscale: #999999. Windows color (decimal): -4418219 or 5608892. OLE color: 5608892.

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

Color convert

RGB18814985-
CMYK00.210.550.26
HSL37.28º43.46%53.53%-
HSV(B)37.28º54.79%73.73%-
XYZ33.1332.8413.19-
YUV153.3689.42152.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 85 (33.59% from 255) = 20.14%
R=44.55%
G=35.31%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881498500.210.550.2637.2843.4653.53
HexBC9555015371A252b36
Octal2742251250256732455366
Binary1011110010010101101010101010111011111010100101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9555; }

 p { color: rgb(188,149,85); }

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

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

 a { background-color: rgb(188,149,85); }

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

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

 span { border-color: rgb(188,149,85); }

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