#B45B2F

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

Shades of Fiery Orange #B45B2F

Tints of Fiery Orange #B45B2F

Color information

#B45B2F (or 0xB45B2F) is unknown color: approx Fiery Orange. HEX triplet: B4, 5B and 2F. RGB value is (180,91,47). Sum of RGB (Red+Green+Blue) = 180+91+47=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B2F is #4BA4D0. Grayscale: #707070. Windows color (decimal): -4957393 or 3103668. OLE color: 3103668.

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

Color convert

RGB1809147-
CMYK00.490.740.29
HSL19.85º58.59%44.51%-
HSV(B)19.85º73.89%70.59%-
XYZ23.0817.394.83-
YUV112.690.99176.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 47 (18.75% from 255) = 14.78%
R=56.60%
G=28.62%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180914700.490.740.2919.8558.5944.51
HexB45B2F0314A1D143b2d
Octal2641335706111235247355
Binary101101001011011101111011000110010101110110100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B2F; }

 p { color: rgb(180,91,47); }

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

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

 a { background-color: rgb(180,91,47); }

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

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

 span { border-color: rgb(180,91,47); }

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