#BC5423

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

Shades of Fiery Orange #BC5423

Tints of Fiery Orange #BC5423

Color information

#BC5423 (or 0xBC5423) is unknown color: approx Fiery Orange. HEX triplet: BC, 54 and 23. RGB value is (188,84,35). Sum of RGB (Red+Green+Blue) = 188+84+35=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5423 is #43ABDC. Grayscale: #6D6D6D. Windows color (decimal): -4434909 or 2315452. OLE color: 2315452.

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

Color convert

RGB1888435-
CMYK00.550.810.26
HSL19.22º68.61%43.73%-
HSV(B)19.22º81.38%73.73%-
XYZ24.2117.153.62-
YUV109.5185.96183.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.24%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 35 (14.06% from 255) = 11.40%
R=61.24%
G=27.36%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188843500.550.810.2619.2268.6143.73
HexBC5423037511A13452c
Octal27412443067121322310554
Binary1011110010101001000110110111101000111010100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5423; }

 p { color: rgb(188,84,35); }

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

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

 a { background-color: rgb(188,84,35); }

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

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

 span { border-color: rgb(188,84,35); }

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