#BB5122

Color #BB5122 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #BB5122

Tints of Fiery Orange #BB5122

Color information

#BB5122 (or 0xBB5122) is unknown color: approx Fiery Orange. HEX triplet: BB, 51 and 22. RGB value is (187,81,34). Sum of RGB (Red+Green+Blue) = 187+81+34=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5122 is #44AEDD. Grayscale: #6B6B6B. Windows color (decimal): -4501214 or 2249147. OLE color: 2249147.

HSL color Cylindrical-coordinate representation of color #BB5122: hue angle of 18.43º degrees, saturation: 0.69, 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 #BB5122 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1878134-
CMYK00.570.820.27
HSL18.43º69.23%43.33%-
HSV(B)18.43º81.82%73.33%-
XYZ23.7216.573.46-
YUV107.3486.62184.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 34 (13.67% from 255) = 11.26%
R=61.92%
G=26.82%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187813400.570.820.2718.4369.2343.33
HexBB5122039521B12452b
Octal27312142071122332210553
Binary1011101110100011000100111001101001011011100101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5122; }

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

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

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

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

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

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

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

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