Html Css Color HEX #BC5325 Fiery Orange

📋 copy color: '#BC5325'

red 188 ◦ green 83 ◦ blue 37

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

Shades of Fiery Orange #BC5325

Tints of Fiery Orange #BC5325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 61.04%
G = 26.95%
B = 12.01%

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

#BC5325 (or 0xBC5325) is known color: Fiery Orange. HEX triplet: BC, 53 and 25. RGB value is (188,83,37). Sum of RGB (Red+Green+Blue) = 188+83+37=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5325 is #43ACDA. Grayscale: #6D6D6D. Windows color (decimal): -4435163 or 2446268. OLE color: 2446268.

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

Color convert

RGB 188 83 37 -
CMYK 0 0.56 0.80 0.26
HSL 18.28º 0.67% 0.44% -
HSV(B) 18.28º 0.8% 0.74% -
XYZ 24.17 17.01 3.76 -
YUV 109.15 87.29 184.24 -
System Red Green Blue C M Y K H S L
Decimal 188 83 37 0 0.56 0.80 0.26 18.28 0.67 0.44
Hex BC 53 25 0 38 50 1A 12 43 2C
Octal 274 123 45 0 70 120 32 22 103 54
Binary 10111100 1010011 100101 0 111000 1010000 11010 10010 1000011 101100

Color Harmonies of #BC5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5325

Black with #BC5325

Text Example


Text Example

White with #BC5325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5325; }

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

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

background-color css

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

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

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

border-color css

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

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

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