Html Css Color HEX #BC5A27 Fiery Orange

📋 copy color: '#BC5A27'

red 188 ◦ green 90 ◦ blue 39

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

Shades of Fiery Orange #BC5A27

Tints of Fiery Orange #BC5A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

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

R = 59.31%
G = 28.39%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5A27 (or 0xBC5A27) is known color: Fiery Orange. HEX triplet: BC, 5A and 27. RGB value is (188,90,39). Sum of RGB (Red+Green+Blue) = 188+90+39=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A27 is #43A5D8. Grayscale: #717171. Windows color (decimal): -4433369 or 2579132. OLE color: 2579132.

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

Color convert

RGB 188 90 39 -
CMYK 0 0.52 0.79 0.26
HSL 20.54º 0.66% 0.45% -
HSV(B) 20.54º 0.79% 0.74% -
XYZ 24.76 18.15 4.12 -
YUV 113.49 85.97 181.15 -
System Red Green Blue C M Y K H S L
Decimal 188 90 39 0 0.52 0.79 0.26 20.54 0.66 0.45
Hex BC 5A 27 0 34 4F 1A 15 42 2D
Octal 274 132 47 0 64 117 32 25 102 55
Binary 10111100 1011010 100111 0 110100 1001111 11010 10101 1000010 101101

Color Harmonies of #BC5A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A27

Black with #BC5A27

Text Example


Text Example

White with #BC5A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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