Html Css Color HEX #BC5226 Fiery Orange

📋 copy color: '#BC5226'

red 188 ◦ green 82 ◦ blue 38

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

Shades of Fiery Orange #BC5226

Tints of Fiery Orange #BC5226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 61.04%
G = 26.62%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC5226 (or 0xBC5226) is known color: Fiery Orange. HEX triplet: BC, 52 and 26. RGB value is (188,82,38). Sum of RGB (Red+Green+Blue) = 188+82+38=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5226 is #43ADD9. Grayscale: #6C6C6C. Windows color (decimal): -4435418 or 2511548. OLE color: 2511548.

HSL color Cylindrical-coordinate representation of color #BC5226: hue angle of 17.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC5226 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 38 -
CMYK 0 0.56 0.80 0.26
HSL 17.6º 0.66% 0.44% -
HSV(B) 17.6º 0.8% 0.74% -
XYZ 24.11 16.87 3.82 -
YUV 108.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 188 82 38 0 0.56 0.80 0.26 17.6 0.66 0.44
Hex BC 52 26 0 38 50 1A 12 42 2C
Octal 274 122 46 0 70 120 32 22 102 54
Binary 10111100 1010010 100110 0 111000 1010000 11010 10010 1000010 101100

Color Harmonies of #BC5226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5226

Black with #BC5226

Text Example


Text Example

White with #BC5226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5226; }

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

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

background-color css

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

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

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

border-color css

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

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

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