Html Css Color HEX #BC5227 Fiery Orange

📋 copy color: '#BC5227'

red 188 ◦ green 82 ◦ blue 39

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

Shades of Fiery Orange #BC5227

Tints of Fiery Orange #BC5227

RGB

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

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

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

R = 60.84%
G = 26.54%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5227 (or 0xBC5227) is known color: Fiery Orange. HEX triplet: BC, 52 and 27. RGB value is (188,82,39). Sum of RGB (Red+Green+Blue) = 188+82+39=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5227 is #43ADD8. Grayscale: #6D6D6D. Windows color (decimal): -4435417 or 2577084. OLE color: 2577084.

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

Color convert

RGB 188 82 39 -
CMYK 0 0.56 0.79 0.26
HSL 17.32º 0.66% 0.45% -
HSV(B) 17.32º 0.79% 0.74% -
XYZ 24.12 16.87 3.9 -
YUV 108.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 188 82 39 0 0.56 0.79 0.26 17.32 0.66 0.45
Hex BC 52 27 0 38 4F 1A 11 42 2D
Octal 274 122 47 0 70 117 32 21 102 55
Binary 10111100 1010010 100111 0 111000 1001111 11010 10001 1000010 101101

Color Harmonies of #BC5227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5227

Black with #BC5227

Text Example


Text Example

White with #BC5227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5227; }

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

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

background-color css

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

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

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

border-color css

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

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

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