Html Css Color HEX #BC4E22 Red Stage

📋 copy color: '#BC4E22'

red 188 ◦ green 78 ◦ blue 34

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

Shades of Red Stage #BC4E22

Tints of Red Stage #BC4E22

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26%

 BLUE value IS 34 (13.67% from 255) = 11.33%

R = 62.67%
G = 26%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC4E22 (or 0xBC4E22) is known color: Red Stage. HEX triplet: BC, 4E and 22. RGB value is (188,78,34). Sum of RGB (Red+Green+Blue) = 188+78+34=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E22 is #43B1DD. Grayscale: #6A6A6A. Windows color (decimal): -4436446 or 2248380. OLE color: 2248380.

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

Color convert

RGB 188 78 34 -
CMYK 0 0.59 0.82 0.26
HSL 17.14º 0.69% 0.44% -
HSV(B) 17.14º 0.82% 0.74% -
XYZ 23.75 16.26 3.4 -
YUV 105.87 87.44 186.58 -
System Red Green Blue C M Y K H S L
Decimal 188 78 34 0 0.59 0.82 0.26 17.14 0.69 0.44
Hex BC 4E 22 0 3B 52 1A 11 45 2C
Octal 274 116 42 0 73 122 32 21 105 54
Binary 10111100 1001110 100010 0 111011 1010010 11010 10001 1000101 101100

Color Harmonies of #BC4E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E22

Black with #BC4E22

Text Example


Text Example

White with #BC4E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E22; }

 p { color: rgb(188,78,34); }

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

background-color css

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

 a { background-color: rgb(188,78,34); }

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

border-color css

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

 span { border-color: rgb(188,78,34); }

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