#BC905B

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

Shades of Twine #BC905B

Tints of Twine #BC905B

Color information

#BC905B (or 0xBC905B) is unknown color: approx Twine. HEX triplet: BC, 90 and 5B. RGB value is (188,144,91). Sum of RGB (Red+Green+Blue) = 188+144+91=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC905B is #436FA4. Grayscale: #979797. Windows color (decimal): -4419493 or 6000828. OLE color: 6000828.

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

Color convert

RGB18814491-
CMYK00.230.520.26
HSL32.78º41.99%54.71%-
HSV(B)32.78º51.6%73.73%-
XYZ32.631.3914.24-
YUV151.1194.08154.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=44.44%
G=34.04%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881449100.230.520.2632.7841.9954.71
HexBC905B017341A212a37
Octal2742201330276432415267
Binary1011110010010000101101101011111010011010100001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC905B; }

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

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

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

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

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

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

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

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