Html Css Color HEX #BC5122 Fiery Orange

📋 copy color: '#BC5122'

red 188 ◦ green 81 ◦ blue 34

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

Shades of Fiery Orange #BC5122

Tints of Fiery Orange #BC5122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.22%

R = 62.05%
G = 26.73%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC5122 (or 0xBC5122) is known color: Fiery Orange. HEX triplet: BC, 51 and 22. RGB value is (188,81,34). Sum of RGB (Red+Green+Blue) = 188+81+34=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5122 is #43AEDD. Grayscale: #6B6B6B. Windows color (decimal): -4435678 or 2249148. OLE color: 2249148.

HSL color Cylindrical-coordinate representation of color #BC5122: hue angle of 18.31º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC5122 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 34 -
CMYK 0 0.57 0.82 0.26
HSL 18.31º 0.69% 0.44% -
HSV(B) 18.31º 0.82% 0.74% -
XYZ 23.97 16.69 3.47 -
YUV 107.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 188 81 34 0 0.57 0.82 0.26 18.31 0.69 0.44
Hex BC 51 22 0 39 52 1A 12 45 2C
Octal 274 121 42 0 71 122 32 22 105 54
Binary 10111100 1010001 100010 0 111001 1010010 11010 10010 1000101 101100

Color Harmonies of #BC5122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5122

Black with #BC5122

Text Example


Text Example

White with #BC5122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5122; }

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

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

background-color css

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

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

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

border-color css

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

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

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