Html Css Color HEX #BB4D26 Red Stage

📋 copy color: '#BB4D26'

red 187 ◦ green 77 ◦ blue 38

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

Shades of Red Stage #BB4D26

Tints of Red Stage #BB4D26

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 38 (15.23% from 255) = 12.58%

R = 61.92%
G = 25.5%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB4D26 (or 0xBB4D26) is known color: Red Stage. HEX triplet: BB, 4D and 26. RGB value is (187,77,38). Sum of RGB (Red+Green+Blue) = 187+77+38=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D26 is #44B2D9. Grayscale: #696969. Windows color (decimal): -4502234 or 2510267. OLE color: 2510267.

HSL color Cylindrical-coordinate representation of color #BB4D26: hue angle of 15.7º degrees, saturation: 0.66, 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 #BB4D26 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 38 -
CMYK 0 0.59 0.80 0.27
HSL 15.7º 0.66% 0.44% -
HSV(B) 15.7º 0.8% 0.73% -
XYZ 23.5 16.01 3.69 -
YUV 105.44 89.94 186.17 -
System Red Green Blue C M Y K H S L
Decimal 187 77 38 0 0.59 0.80 0.27 15.7 0.66 0.44
Hex BB 4D 26 0 3B 50 1B 10 42 2C
Octal 273 115 46 0 73 120 33 20 102 54
Binary 10111011 1001101 100110 0 111011 1010000 11011 10000 1000010 101100

Color Harmonies of #BB4D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D26

Black with #BB4D26

Text Example


Text Example

White with #BB4D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D26; }

 p { color: rgb(187,77,38); }

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

background-color css

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

 a { background-color: rgb(187,77,38); }

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

border-color css

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

 span { border-color: rgb(187,77,38); }

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