Html Css Color HEX #BB4F24 Red Stage

📋 copy color: '#BB4F24'

red 187 ◦ green 79 ◦ blue 36

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

Shades of Red Stage #BB4F24

Tints of Red Stage #BB4F24

RGB

 RED value IS 187 (73.44% from 255) = 61.92%

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

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 61.92%
G = 26.16%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB4F24 (or 0xBB4F24) is known color: Red Stage. HEX triplet: BB, 4F and 24. RGB value is (187,79,36). Sum of RGB (Red+Green+Blue) = 187+79+36=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F24 is #44B0DB. Grayscale: #6A6A6A. Windows color (decimal): -4501724 or 2379707. OLE color: 2379707.

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

Color convert

RGB 187 79 36 -
CMYK 0 0.58 0.81 0.27
HSL 17.09º 0.68% 0.44% -
HSV(B) 17.09º 0.81% 0.73% -
XYZ 23.61 16.28 3.57 -
YUV 106.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 187 79 36 0 0.58 0.81 0.27 17.09 0.68 0.44
Hex BB 4F 24 0 3A 51 1B 11 44 2C
Octal 273 117 44 0 72 121 33 21 104 54
Binary 10111011 1001111 100100 0 111010 1010001 11011 10001 1000100 101100

Color Harmonies of #BB4F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F24

Black with #BB4F24

Text Example


Text Example

White with #BB4F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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