Html Css Color HEX #BC532C Fiery Orange

📋 copy color: '#BC532C'

red 188 ◦ green 83 ◦ blue 44

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

Shades of Fiery Orange #BC532C

Tints of Fiery Orange #BC532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 59.68%
G = 26.35%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC532C (or 0xBC532C) is known color: Fiery Orange. HEX triplet: BC, 53 and 2C. RGB value is (188,83,44). Sum of RGB (Red+Green+Blue) = 188+83+44=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC532C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC532C is #43ACD3. Grayscale: #6E6E6E. Windows color (decimal): -4435156 or 2905020. OLE color: 2905020.

HSL color Cylindrical-coordinate representation of color #BC532C: hue angle of 16.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC532C is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 44 -
CMYK 0 0.56 0.77 0.26
HSL 16.25º 0.62% 0.45% -
HSV(B) 16.25º 0.77% 0.74% -
XYZ 24.29 17.06 4.4 -
YUV 109.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 188 83 44 0 0.56 0.77 0.26 16.25 0.62 0.45
Hex BC 53 2C 0 38 4D 1A 10 3E 2D
Octal 274 123 54 0 70 115 32 20 76 55
Binary 10111100 1010011 101100 0 111000 1001101 11010 10000 111110 101101

Color Harmonies of #BC532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC532C

Black with #BC532C

Text Example


Text Example

White with #BC532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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