#BC5326

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

Shades of Fiery Orange #BC5326

Tints of Fiery Orange #BC5326

Color information

#BC5326 (or 0xBC5326) is unknown color: approx Fiery Orange. HEX triplet: BC, 53 and 26. RGB value is (188,83,38). Sum of RGB (Red+Green+Blue) = 188+83+38=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5326 is #43ACD9. Grayscale: #6D6D6D. Windows color (decimal): -4435162 or 2511804. OLE color: 2511804.

HSL color Cylindrical-coordinate representation of color #BC5326: hue angle of 18º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC5326 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1888338-
CMYK00.560.800.26
HSL18º66.37%44.31%-
HSV(B)18º79.79%73.73%-
XYZ24.1817.023.84-
YUV109.2687.79184.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 38 (15.23% from 255) = 12.30%
R=60.84%
G=26.86%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188833800.560.800.261866.3744.31
HexBC5326038501A12422c
Octal27412346070120322210254
Binary1011110010100111001100111000101000011010100101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5326; }

 p { color: rgb(188,83,38); }

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

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

 a { background-color: rgb(188,83,38); }

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

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

 span { border-color: rgb(188,83,38); }

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