#B26031

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

Shades of Fiery Orange #B26031

Tints of Fiery Orange #B26031

Color information

#B26031 (or 0xB26031) is unknown color: approx Fiery Orange. HEX triplet: B2, 60 and 31. RGB value is (178,96,49). Sum of RGB (Red+Green+Blue) = 178+96+49=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B26031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26031 is #4D9FCE. Grayscale: #737373. Windows color (decimal): -5087183 or 3236018. OLE color: 3236018.

HSL color Cylindrical-coordinate representation of color #B26031: hue angle of 21.86º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B26031 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1789649-
CMYK00.460.720.30
HSL21.86º56.83%44.51%-
HSV(B)21.86º72.47%69.8%-
XYZ23.118.055.17-
YUV115.1690.67172.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=55.11%
G=29.72%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178964900.460.720.3021.8656.8344.51
HexB2603102E481E16392d
Octal2621406105611036267155
Binary101100101100000110001010111010010001111010110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26031; }

 p { color: rgb(178,96,49); }

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

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

 a { background-color: rgb(178,96,49); }

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

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

 span { border-color: rgb(178,96,49); }

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