#BC825A

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

Shades of Twine #BC825A

Tints of Twine #BC825A

Color information

#BC825A (or 0xBC825A) is unknown color: approx Twine. HEX triplet: BC, 82 and 5A. RGB value is (188,130,90). Sum of RGB (Red+Green+Blue) = 188+130+90=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC825A is #437DA5. Grayscale: #8F8F8F. Windows color (decimal): -4423078 or 5931708. OLE color: 5931708.

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

Color convert

RGB18813090-
CMYK00.310.520.26
HSL24.49º42.24%54.51%-
HSV(B)24.49º52.13%73.73%-
XYZ30.5727.3913.35-
YUV142.7898.22160.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 90 (35.55% from 255) = 22.06%
R=46.08%
G=31.86%
B=22.06%

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
Decimal1881309000.310.520.2624.4942.2454.51
HexBC825A01F341A182a37
Octal2742021320376432305267
Binary101111001000001010110100111111101001101011000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC825A; }

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

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

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

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

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

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

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

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