Html Css Color HEX #BC5527 Fiery Orange

📋 copy color: '#BC5527'

red 188 ◦ green 85 ◦ blue 39

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

Shades of Fiery Orange #BC5527

Tints of Fiery Orange #BC5527

RGB

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

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

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

R = 60.26%
G = 27.24%
B = 12.5%

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

#BC5527 (or 0xBC5527) is known color: Fiery Orange. HEX triplet: BC, 55 and 27. RGB value is (188,85,39). Sum of RGB (Red+Green+Blue) = 188+85+39=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5527 is #43AAD8. Grayscale: #6E6E6E. Windows color (decimal): -4434649 or 2577852. OLE color: 2577852.

HSL color Cylindrical-coordinate representation of color #BC5527: hue angle of 18.52º 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 #BC5527 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 85 39 -
CMYK 0 0.55 0.79 0.26
HSL 18.52º 0.66% 0.45% -
HSV(B) 18.52º 0.79% 0.74% -
XYZ 24.35 17.33 3.98 -
YUV 110.55 87.62 183.24 -
System Red Green Blue C M Y K H S L
Decimal 188 85 39 0 0.55 0.79 0.26 18.52 0.66 0.45
Hex BC 55 27 0 37 4F 1A 13 42 2D
Octal 274 125 47 0 67 117 32 23 102 55
Binary 10111100 1010101 100111 0 110111 1001111 11010 10011 1000010 101101

Color Harmonies of #BC5527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5527

Black with #BC5527

Text Example


Text Example

White with #BC5527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5527; }

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

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

background-color css

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

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

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

border-color css

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

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

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