Html Css Color HEX #BC551D Fiery Orange

📋 copy color: '#BC551D'

red 188 ◦ green 85 ◦ blue 29

#BC551D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #BC551D

Tints of Fiery Orange #BC551D

RGB

 RED value IS 188 (73.83% from 255) = 62.25%

 GREEN value IS 85 (33.59% from 255) = 28.15%

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 62.25%
G = 28.15%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC551D (or 0xBC551D) is known color: Fiery Orange. HEX triplet: BC, 55 and 1D. RGB value is (188,85,29). Sum of RGB (Red+Green+Blue) = 188+85+29=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC551D is #43AAE2. Grayscale: #6D6D6D. Windows color (decimal): -4434659 or 1922492. OLE color: 1922492.

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

Color convert

RGB 188 85 29 -
CMYK 0 0.55 0.85 0.26
HSL 21.13º 0.73% 0.43% -
HSV(B) 21.13º 0.85% 0.74% -
XYZ 24.21 17.28 3.22 -
YUV 109.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 188 85 29 0 0.55 0.85 0.26 21.13 0.73 0.43
Hex BC 55 1D 0 37 55 1A 15 49 2B
Octal 274 125 35 0 67 125 32 25 111 53
Binary 10111100 1010101 11101 0 110111 1010101 11010 10101 1001001 101011

Color Harmonies of #BC551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC551D

Black with #BC551D

Text Example


Text Example

White with #BC551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC551D; }

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

 H1.HeaderClassName
 {
   color: #BC551D;
 }
 .AnyTagClassName
 {
   color: #BC551D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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