Html Css Color HEX #BC5427 Fiery Orange

📋 copy color: '#BC5427'

red 188 ◦ green 84 ◦ blue 39

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

Shades of Fiery Orange #BC5427

Tints of Fiery Orange #BC5427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 60.45%
G = 27.01%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5427 (or 0xBC5427) is known color: Fiery Orange. HEX triplet: BC, 54 and 27. RGB value is (188,84,39). Sum of RGB (Red+Green+Blue) = 188+84+39=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5427 is #43ABD8. Grayscale: #6E6E6E. Windows color (decimal): -4434905 or 2577596. OLE color: 2577596.

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

Color convert

RGB 188 84 39 -
CMYK 0 0.55 0.79 0.26
HSL 18.12º 0.66% 0.45% -
HSV(B) 18.12º 0.79% 0.74% -
XYZ 24.28 17.18 3.96 -
YUV 109.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 188 84 39 0 0.55 0.79 0.26 18.12 0.66 0.45
Hex BC 54 27 0 37 4F 1A 12 42 2D
Octal 274 124 47 0 67 117 32 22 102 55
Binary 10111100 1010100 100111 0 110111 1001111 11010 10010 1000010 101101

Color Harmonies of #BC5427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5427

Black with #BC5427

Text Example


Text Example

White with #BC5427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5427; }

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

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

background-color css

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

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

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

border-color css

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

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

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