Html Css Color HEX #BC5127 Fiery Orange

📋 copy color: '#BC5127'

red 188 ◦ green 81 ◦ blue 39

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

Shades of Fiery Orange #BC5127

Tints of Fiery Orange #BC5127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

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

R = 61.04%
G = 26.3%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5127 (or 0xBC5127) is known color: Fiery Orange. HEX triplet: BC, 51 and 27. RGB value is (188,81,39). Sum of RGB (Red+Green+Blue) = 188+81+39=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5127 is #43AED8. Grayscale: #6C6C6C. Windows color (decimal): -4435673 or 2576828. OLE color: 2576828.

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

Color convert

RGB 188 81 39 -
CMYK 0 0.57 0.79 0.26
HSL 16.91º 0.66% 0.45% -
HSV(B) 16.91º 0.79% 0.74% -
XYZ 24.05 16.72 3.88 -
YUV 108.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 188 81 39 0 0.57 0.79 0.26 16.91 0.66 0.45
Hex BC 51 27 0 39 4F 1A 11 42 2D
Octal 274 121 47 0 71 117 32 21 102 55
Binary 10111100 1010001 100111 0 111001 1001111 11010 10001 1000010 101101

Color Harmonies of #BC5127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5127

Black with #BC5127

Text Example


Text Example

White with #BC5127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5127; }

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

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

background-color css

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

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

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

border-color css

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

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

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