Html Css Color HEX #BC4D23 Red Stage

📋 copy color: '#BC4D23'

red 188 ◦ green 77 ◦ blue 35

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

Shades of Red Stage #BC4D23

Tints of Red Stage #BC4D23

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.67%

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

R = 62.67%
G = 25.67%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC4D23 (or 0xBC4D23) is known color: Red Stage. HEX triplet: BC, 4D and 23. RGB value is (188,77,35). Sum of RGB (Red+Green+Blue) = 188+77+35=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D23 is #43B2DC. Grayscale: #696969. Windows color (decimal): -4436701 or 2313660. OLE color: 2313660.

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

Color convert

RGB 188 77 35 -
CMYK 0 0.59 0.81 0.26
HSL 16.47º 0.69% 0.44% -
HSV(B) 16.47º 0.81% 0.74% -
XYZ 23.7 16.12 3.45 -
YUV 105.4 88.27 186.92 -
System Red Green Blue C M Y K H S L
Decimal 188 77 35 0 0.59 0.81 0.26 16.47 0.69 0.44
Hex BC 4D 23 0 3B 51 1A 10 45 2C
Octal 274 115 43 0 73 121 32 20 105 54
Binary 10111100 1001101 100011 0 111011 1010001 11010 10000 1000101 101100

Color Harmonies of #BC4D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D23

Black with #BC4D23

Text Example


Text Example

White with #BC4D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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