#BB4F25

Color #BB4F25 Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #BB4F25

Tints of Red Stage #BB4F25

Color information

#BB4F25 (or 0xBB4F25) is unknown color: approx Red Stage. HEX triplet: BB, 4F and 25. RGB value is (187,79,37). Sum of RGB (Red+Green+Blue) = 187+79+37=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F25 is #44B0DA. Grayscale: #6A6A6A. Windows color (decimal): -4501723 or 2445243. OLE color: 2445243.

HSL color Cylindrical-coordinate representation of color #BB4F25: hue angle of 16.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB4F25 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1877937-
CMYK00.580.800.27
HSL16.8º66.96%43.92%-
HSV(B)16.8º80.21%73.33%-
XYZ23.6216.293.65-
YUV106.588.78185.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 37 (14.84% from 255) = 12.21%
R=61.72%
G=26.07%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187793700.580.800.2716.866.9643.92
HexBB4F2503A501B11432c
Octal27311745072120332110354
Binary1011101110011111001010111010101000011011100011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4F25; }

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

 H1.HeaderClassName
 {
   color: #BB4F25;
 }
 .AnyTagClassName
 {
   color: #BB4F25;
 }
</style>
background-color css

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

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

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

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

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

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