#BC815A

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

Shades of Twine #BC815A

Tints of Twine #BC815A

Color information

#BC815A (or 0xBC815A) is unknown color: approx Twine. HEX triplet: BC, 81 and 5A. RGB value is (188,129,90). Sum of RGB (Red+Green+Blue) = 188+129+90=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC815A is #437EA5. Grayscale: #8E8E8E. Windows color (decimal): -4423334 or 5931452. OLE color: 5931452.

HSL color Cylindrical-coordinate representation of color #BC815A: hue angle of 23.88º 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 #BC815A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18812990-
CMYK00.310.520.26
HSL23.88º42.24%54.51%-
HSV(B)23.88º52.13%73.73%-
XYZ30.4327.1313.31-
YUV142.298.55160.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=46.19%
G=31.70%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881299000.310.520.2623.8842.2454.51
HexBC815A01F341A182a37
Octal2742011320376432305267
Binary101111001000000110110100111111101001101011000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC815A; }

 p { color: rgb(188,129,90); }

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

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

 a { background-color: rgb(188,129,90); }

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

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

 span { border-color: rgb(188,129,90); }

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