#BC905C

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

Shades of Twine #BC905C

Tints of Twine #BC905C

Color information

#BC905C (or 0xBC905C) is unknown color: approx Twine. HEX triplet: BC, 90 and 5C. RGB value is (188,144,92). Sum of RGB (Red+Green+Blue) = 188+144+92=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC905C is #436FA3. Grayscale: #979797. Windows color (decimal): -4419492 or 6066364. OLE color: 6066364.

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

Color convert

RGB18814492-
CMYK00.230.510.26
HSL32.5º41.74%54.9%-
HSV(B)32.5º51.06%73.73%-
XYZ32.6431.4114.47-
YUV151.2394.58154.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=44.34%
G=33.96%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881449200.230.510.2632.541.7454.9
HexBC905C017331A212a37
Octal2742201340276332415267
Binary1011110010010000101110001011111001111010100001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC905C; }

 p { color: rgb(188,144,92); }

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

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

 a { background-color: rgb(188,144,92); }

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

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

 span { border-color: rgb(188,144,92); }

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