#BB5722

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

Shades of Fiery Orange #BB5722

Tints of Fiery Orange #BB5722

Color information

#BB5722 (or 0xBB5722) is unknown color: approx Fiery Orange. HEX triplet: BB, 57 and 22. RGB value is (187,87,34). Sum of RGB (Red+Green+Blue) = 187+87+34=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5722 is #44A8DD. Grayscale: #6F6F6F. Windows color (decimal): -4499678 or 2250683. OLE color: 2250683.

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

Color convert

RGB1878734-
CMYK00.530.820.27
HSL20.78º69.23%43.33%-
HSV(B)20.78º81.82%73.33%-
XYZ24.1917.53.62-
YUV110.8684.63182.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.71%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 34 (13.67% from 255) = 11.04%
R=60.71%
G=28.25%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187873400.530.820.2720.7869.2343.33
HexBB5722035521B15452b
Octal27312742065122332510553
Binary1011101110101111000100110101101001011011101011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5722; }

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

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

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

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

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

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

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

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