#B46026

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

Shades of Fiery Orange #B46026

Tints of Fiery Orange #B46026

Color information

#B46026 (or 0xB46026) is unknown color: approx Fiery Orange. HEX triplet: B4, 60 and 26. RGB value is (180,96,38). Sum of RGB (Red+Green+Blue) = 180+96+38=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B46026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46026 is #4B9FD9. Grayscale: #727272. Windows color (decimal): -4956122 or 2515124. OLE color: 2515124.

HSL color Cylindrical-coordinate representation of color #B46026: hue angle of 24.51º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B46026 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1809638-
CMYK00.470.790.29
HSL24.51º65.14%42.75%-
HSV(B)24.51º78.89%70.59%-
XYZ23.3618.214.12-
YUV114.584.83174.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=57.32%
G=30.57%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180963800.470.790.2924.5165.1442.75
HexB4602602F4F1D19412b
Octal26414046057117353110153
Binary1011010011000001001100101111100111111101110011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46026; }

 p { color: rgb(180,96,38); }

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

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

 a { background-color: rgb(180,96,38); }

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

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

 span { border-color: rgb(180,96,38); }

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