#BC552A

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

Shades of Fiery Orange #BC552A

Tints of Fiery Orange #BC552A

Color information

#BC552A (or 0xBC552A) is unknown color: approx Fiery Orange. HEX triplet: BC, 55 and 2A. RGB value is (188,85,42). Sum of RGB (Red+Green+Blue) = 188+85+42=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC552A is #43AAD5. Grayscale: #6F6F6F. Windows color (decimal): -4434646 or 2774460. OLE color: 2774460.

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

Color convert

RGB1888542-
CMYK00.550.780.26
HSL17.67º63.48%45.1%-
HSV(B)17.67º77.66%73.73%-
XYZ24.4117.364.25-
YUV110.989.12183-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.68%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 42 (16.80% from 255) = 13.33%
R=59.68%
G=26.98%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188854200.550.780.2617.6763.4845.1
HexBC552A0374E1A123f2d
Octal2741255206711632227755
Binary101111001010101101010011011110011101101010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC552A; }

 p { color: rgb(188,85,42); }

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

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

 a { background-color: rgb(188,85,42); }

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

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

 span { border-color: rgb(188,85,42); }

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