Html Css Color HEX #BB5027 Red Stage

📋 copy color: '#BB5027'

red 187 ◦ green 80 ◦ blue 39

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

Shades of Red Stage #BB5027

Tints of Red Stage #BB5027

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

 BLUE value IS 39 (15.63% from 255) = 12.75%

R = 61.11%
G = 26.14%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB5027 (or 0xBB5027) is known color: Red Stage. HEX triplet: BB, 50 and 27. RGB value is (187,80,39). Sum of RGB (Red+Green+Blue) = 187+80+39=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5027 is #44AFD8. Grayscale: #6B6B6B. Windows color (decimal): -4501465 or 2576571. OLE color: 2576571.

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

Color convert

RGB 187 80 39 -
CMYK 0 0.57 0.79 0.27
HSL 16.62º 0.65% 0.44% -
HSV(B) 16.62º 0.79% 0.73% -
XYZ 23.73 16.45 3.84 -
YUV 107.32 89.45 184.83 -
System Red Green Blue C M Y K H S L
Decimal 187 80 39 0 0.57 0.79 0.27 16.62 0.65 0.44
Hex BB 50 27 0 39 4F 1B 11 41 2C
Octal 273 120 47 0 71 117 33 21 101 54
Binary 10111011 1010000 100111 0 111001 1001111 11011 10001 1000001 101100

Color Harmonies of #BB5027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5027

Black with #BB5027

Text Example


Text Example

White with #BB5027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5027; }

 p { color: rgb(187,80,39); }

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

background-color css

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

 a { background-color: rgb(187,80,39); }

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

border-color css

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

 span { border-color: rgb(187,80,39); }

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