Html Css Color HEX #BC4F23 Red Stage

📋 copy color: '#BC4F23'

red 188 ◦ green 79 ◦ blue 35

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

Shades of Red Stage #BC4F23

Tints of Red Stage #BC4F23

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

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

R = 62.25%
G = 26.16%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC4F23 (or 0xBC4F23) is known color: Red Stage. HEX triplet: BC, 4F and 23. RGB value is (188,79,35). Sum of RGB (Red+Green+Blue) = 188+79+35=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F23 is #43B0DC. Grayscale: #6A6A6A. Windows color (decimal): -4436189 or 2314172. OLE color: 2314172.

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

Color convert

RGB 188 79 35 -
CMYK 0 0.58 0.81 0.26
HSL 17.25º 0.69% 0.44% -
HSV(B) 17.25º 0.81% 0.74% -
XYZ 23.84 16.4 3.5 -
YUV 106.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 188 79 35 0 0.58 0.81 0.26 17.25 0.69 0.44
Hex BC 4F 23 0 3A 51 1A 11 45 2C
Octal 274 117 43 0 72 121 32 21 105 54
Binary 10111100 1001111 100011 0 111010 1010001 11010 10001 1000101 101100

Color Harmonies of #BC4F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F23

Black with #BC4F23

Text Example


Text Example

White with #BC4F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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