#BC6345

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

Shades of Flame Pea #BC6345

Tints of Flame Pea #BC6345

Color information

#BC6345 (or 0xBC6345) is unknown color: approx Flame Pea. HEX triplet: BC, 63 and 45. RGB value is (188,99,69). Sum of RGB (Red+Green+Blue) = 188+99+69=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6345 is #439CBA. Grayscale: #7A7A7A. Windows color (decimal): -4431035 or 4547516. OLE color: 4547516.

HSL color Cylindrical-coordinate representation of color #BC6345: hue angle of 15.13º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC6345 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1889969-
CMYK00.470.630.26
HSL15.13º47.04%50.39%-
HSV(B)15.13º63.3%73.73%-
XYZ26.2820.048.11-
YUV122.1997.99174.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 69 (27.34% from 255) = 19.38%
R=52.81%
G=27.81%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188996900.470.630.2615.1347.0450.39
HexBC634502F3F1Af2f32
Octal2741431050577732175762
Binary10111100110001110001010101111111111110101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6345; }

 p { color: rgb(188,99,69); }

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

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

 a { background-color: rgb(188,99,69); }

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

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

 span { border-color: rgb(188,99,69); }

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