Html Css Color HEX #BB5121 Fiery Orange

📋 copy color: '#BB5121'

red 187 ◦ green 81 ◦ blue 33

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

Shades of Fiery Orange #BB5121

Tints of Fiery Orange #BB5121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 62.13%
G = 26.91%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB5121 (or 0xBB5121) is known color: Fiery Orange. HEX triplet: BB, 51 and 21. RGB value is (187,81,33). Sum of RGB (Red+Green+Blue) = 187+81+33=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5121 is #44AEDE. Grayscale: #6B6B6B. Windows color (decimal): -4501215 or 2183611. OLE color: 2183611.

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

Color convert

RGB 187 81 33 -
CMYK 0 0.57 0.82 0.27
HSL 18.7º 0.7% 0.43% -
HSV(B) 18.7º 0.82% 0.73% -
XYZ 23.71 16.56 3.39 -
YUV 107.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 187 81 33 0 0.57 0.82 0.27 18.7 0.7 0.43
Hex BB 51 21 0 39 52 1B 13 46 2B
Octal 273 121 41 0 71 122 33 23 106 53
Binary 10111011 1010001 100001 0 111001 1010010 11011 10011 1000110 101011

Color Harmonies of #BB5121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5121

Black with #BB5121

Text Example


Text Example

White with #BB5121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5121; }

 p { color: rgb(187,81,33); }

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

background-color css

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

 a { background-color: rgb(187,81,33); }

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

border-color css

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

 span { border-color: rgb(187,81,33); }

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