#B26034

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

Shades of Fiery Orange #B26034

Tints of Fiery Orange #B26034

Color information

#B26034 (or 0xB26034) is unknown color: approx Fiery Orange. HEX triplet: B2, 60 and 34. RGB value is (178,96,52). Sum of RGB (Red+Green+Blue) = 178+96+52=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B26034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26034 is #4D9FCB. Grayscale: #737373. Windows color (decimal): -5087180 or 3432626. OLE color: 3432626.

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

Color convert

RGB1789652-
CMYK00.460.710.30
HSL20.95º54.78%45.1%-
HSV(B)20.95º70.79%69.8%-
XYZ23.1618.085.52-
YUV115.592.17172.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.60%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 52 (20.70% from 255) = 15.95%
R=54.60%
G=29.45%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178965200.460.710.3020.9554.7845.1
HexB2603402E471E15372d
Octal2621406405610736256755
Binary101100101100000110100010111010001111111010101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26034; }

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

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

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

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

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

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

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

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