#BB581A

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

Shades of Fiery Orange #BB581A

Tints of Fiery Orange #BB581A

Color information

#BB581A (or 0xBB581A) is unknown color: approx Fiery Orange. HEX triplet: BB, 58 and 1A. RGB value is (187,88,26). Sum of RGB (Red+Green+Blue) = 187+88+26=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB581A is #44A7E5. Grayscale: #6E6E6E. Windows color (decimal): -4499430 or 1726651. OLE color: 1726651.

HSL color Cylindrical-coordinate representation of color #BB581A: hue angle of 23.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB581A is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1878826-
CMYK00.530.860.27
HSL23.11º75.59%41.76%-
HSV(B)23.11º86.1%73.33%-
XYZ24.1717.623.1-
YUV110.5380.3182.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.13%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=62.13%
G=29.24%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187882600.530.860.2723.1175.5941.76
HexBB581A035561B174c2a
Octal27313032065126332711452
Binary101110111011000110100110101101011011011101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB581A; }

 p { color: rgb(187,88,26); }

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

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

 a { background-color: rgb(187,88,26); }

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

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

 span { border-color: rgb(187,88,26); }

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