Html Css Color HEX #BC5222 Fiery Orange

📋 copy color: '#BC5222'

red 188 ◦ green 82 ◦ blue 34

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

Shades of Fiery Orange #BC5222

Tints of Fiery Orange #BC5222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 61.84%
G = 26.97%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC5222 (or 0xBC5222) is known color: Fiery Orange. HEX triplet: BC, 52 and 22. RGB value is (188,82,34). Sum of RGB (Red+Green+Blue) = 188+82+34=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5222 is #43ADDD. Grayscale: #6C6C6C. Windows color (decimal): -4435422 or 2249404. OLE color: 2249404.

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

Color convert

RGB 188 82 34 -
CMYK 0 0.56 0.82 0.26
HSL 18.7º 0.69% 0.44% -
HSV(B) 18.7º 0.82% 0.74% -
XYZ 24.05 16.84 3.5 -
YUV 108.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 188 82 34 0 0.56 0.82 0.26 18.7 0.69 0.44
Hex BC 52 22 0 38 52 1A 13 45 2C
Octal 274 122 42 0 70 122 32 23 105 54
Binary 10111100 1010010 100010 0 111000 1010010 11010 10011 1000101 101100

Color Harmonies of #BC5222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5222

Black with #BC5222

Text Example


Text Example

White with #BC5222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5222; }

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

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

background-color css

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

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

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

border-color css

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

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

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