Html Css Color HEX #BC5327 Fiery Orange

📋 copy color: '#BC5327'

red 188 ◦ green 83 ◦ blue 39

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

Shades of Fiery Orange #BC5327

Tints of Fiery Orange #BC5327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 60.65%
G = 26.77%
B = 12.58%

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

#BC5327 (or 0xBC5327) is known color: Fiery Orange. HEX triplet: BC, 53 and 27. RGB value is (188,83,39). Sum of RGB (Red+Green+Blue) = 188+83+39=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5327 is #43ACD8. Grayscale: #6D6D6D. Windows color (decimal): -4435161 or 2577340. OLE color: 2577340.

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

Color convert

RGB 188 83 39 -
CMYK 0 0.56 0.79 0.26
HSL 17.72º 0.66% 0.45% -
HSV(B) 17.72º 0.79% 0.74% -
XYZ 24.2 17.02 3.93 -
YUV 109.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 188 83 39 0 0.56 0.79 0.26 17.72 0.66 0.45
Hex BC 53 27 0 38 4F 1A 12 42 2D
Octal 274 123 47 0 70 117 32 22 102 55
Binary 10111100 1010011 100111 0 111000 1001111 11010 10010 1000010 101101

Color Harmonies of #BC5327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5327

Black with #BC5327

Text Example


Text Example

White with #BC5327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5327; }

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

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

background-color css

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

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

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

border-color css

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

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

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