#B45830

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

Shades of Fiery Orange #B45830

Tints of Fiery Orange #B45830

Color information

#B45830 (or 0xB45830) is unknown color: approx Fiery Orange. HEX triplet: B4, 58 and 30. RGB value is (180,88,48). Sum of RGB (Red+Green+Blue) = 180+88+48=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B45830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45830 is #4BA7CF. Grayscale: #6F6F6F. Windows color (decimal): -4958160 or 3168436. OLE color: 3168436.

HSL color Cylindrical-coordinate representation of color #B45830: hue angle of 18.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B45830 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1808848-
CMYK00.510.730.29
HSL18.18º57.89%44.71%-
HSV(B)18.18º73.33%70.59%-
XYZ22.8516.94.85-
YUV110.9592.48177.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 48 (19.14% from 255) = 15.19%
R=56.96%
G=27.85%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180884800.510.730.2918.1857.8944.71
HexB45830033491D123a2d
Octal2641306006311135227255
Binary101101001011000110000011001110010011110110010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45830; }

 p { color: rgb(180,88,48); }

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

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

 a { background-color: rgb(180,88,48); }

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

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

 span { border-color: rgb(180,88,48); }

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