Html Css Color HEX #BC5229 Fiery Orange

📋 copy color: '#BC5229'

red 188 ◦ green 82 ◦ blue 41

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

Shades of Fiery Orange #BC5229

Tints of Fiery Orange #BC5229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.18%

R = 60.45%
G = 26.37%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC5229 (or 0xBC5229) is known color: Fiery Orange. HEX triplet: BC, 52 and 29. RGB value is (188,82,41). Sum of RGB (Red+Green+Blue) = 188+82+41=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5229 is #43ADD6. Grayscale: #6D6D6D. Windows color (decimal): -4435415 or 2708156. OLE color: 2708156.

HSL color Cylindrical-coordinate representation of color #BC5229: hue angle of 16.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC5229 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 41 -
CMYK 0 0.56 0.78 0.26
HSL 16.73º 0.64% 0.45% -
HSV(B) 16.73º 0.78% 0.74% -
XYZ 24.16 16.89 4.08 -
YUV 109.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 188 82 41 0 0.56 0.78 0.26 16.73 0.64 0.45
Hex BC 52 29 0 38 4E 1A 11 40 2D
Octal 274 122 51 0 70 116 32 21 100 55
Binary 10111100 1010010 101001 0 111000 1001110 11010 10001 1000000 101101

Color Harmonies of #BC5229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5229

Black with #BC5229

Text Example


Text Example

White with #BC5229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5229; }

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

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

background-color css

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

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

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

border-color css

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

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

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