Html Css Color HEX #BC4F25 Red Stage

📋 copy color: '#BC4F25'

red 188 ◦ green 79 ◦ blue 37

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

Shades of Red Stage #BC4F25

Tints of Red Stage #BC4F25

RGB

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

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

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

R = 61.84%
G = 25.99%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC4F25 (or 0xBC4F25) is known color: Red Stage. HEX triplet: BC, 4F and 25. RGB value is (188,79,37). Sum of RGB (Red+Green+Blue) = 188+79+37=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F25 is #43B0DA. Grayscale: #6B6B6B. Windows color (decimal): -4436187 or 2445244. OLE color: 2445244.

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

Color convert

RGB 188 79 37 -
CMYK 0 0.58 0.80 0.26
HSL 16.69º 0.67% 0.44% -
HSV(B) 16.69º 0.8% 0.74% -
XYZ 23.87 16.42 3.66 -
YUV 106.8 88.61 185.92 -
System Red Green Blue C M Y K H S L
Decimal 188 79 37 0 0.58 0.80 0.26 16.69 0.67 0.44
Hex BC 4F 25 0 3A 50 1A 11 43 2C
Octal 274 117 45 0 72 120 32 21 103 54
Binary 10111100 1001111 100101 0 111010 1010000 11010 10001 1000011 101100

Color Harmonies of #BC4F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F25

Black with #BC4F25

Text Example


Text Example

White with #BC4F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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