Html Css Color HEX #BC5823 Fiery Orange

📋 copy color: '#BC5823'

red 188 ◦ green 88 ◦ blue 35

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

Shades of Fiery Orange #BC5823

Tints of Fiery Orange #BC5823

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.3%

 BLUE value IS 35 (14.06% from 255) = 11.25%

R = 60.45%
G = 28.3%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC5823 (or 0xBC5823) is known color: Fiery Orange. HEX triplet: BC, 58 and 23. RGB value is (188,88,35). Sum of RGB (Red+Green+Blue) = 188+88+35=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5823 is #43A7DC. Grayscale: #707070. Windows color (decimal): -4433885 or 2316476. OLE color: 2316476.

HSL color Cylindrical-coordinate representation of color #BC5823: hue angle of 20.78º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC5823 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 35 -
CMYK 0 0.53 0.81 0.26
HSL 20.78º 0.69% 0.44% -
HSV(B) 20.78º 0.81% 0.74% -
XYZ 24.53 17.79 3.73 -
YUV 111.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 188 88 35 0 0.53 0.81 0.26 20.78 0.69 0.44
Hex BC 58 23 0 35 51 1A 15 45 2C
Octal 274 130 43 0 65 121 32 25 105 54
Binary 10111100 1011000 100011 0 110101 1010001 11010 10101 1000101 101100

Color Harmonies of #BC5823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5823

Black with #BC5823

Text Example


Text Example

White with #BC5823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5823; }

 p { color: rgb(188,88,35); }

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

background-color css

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

 a { background-color: rgb(188,88,35); }

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

border-color css

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

 span { border-color: rgb(188,88,35); }

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