#BB5422

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

Shades of Fiery Orange #BB5422

Tints of Fiery Orange #BB5422

Color information

#BB5422 (or 0xBB5422) is unknown color: approx Fiery Orange. HEX triplet: BB, 54 and 22. RGB value is (187,84,34). Sum of RGB (Red+Green+Blue) = 187+84+34=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5422 is #44ABDD. Grayscale: #6D6D6D. Windows color (decimal): -4500446 or 2249915. OLE color: 2249915.

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

Color convert

RGB1878434-
CMYK00.550.820.27
HSL19.61º69.23%43.33%-
HSV(B)19.61º81.82%73.33%-
XYZ23.9517.023.54-
YUV109.185.62183.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.31%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 34 (13.67% from 255) = 11.15%
R=61.31%
G=27.54%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187843400.550.820.2719.6169.2343.33
HexBB5422037521B14452b
Octal27312442067122332410553
Binary1011101110101001000100110111101001011011101001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5422; }

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

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

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

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

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

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

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

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