#B65E26

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

Shades of Fiery Orange #B65E26

Tints of Fiery Orange #B65E26

Color information

#B65E26 (or 0xB65E26) is unknown color: approx Fiery Orange. HEX triplet: B6, 5E and 26. RGB value is (182,94,38). Sum of RGB (Red+Green+Blue) = 182+94+38=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65E26 is #49A1D9. Grayscale: #727272. Windows color (decimal): -4825562 or 2514614. OLE color: 2514614.

HSL color Cylindrical-coordinate representation of color #B65E26: hue angle of 23.33º 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 #B65E26 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1829438-
CMYK00.480.790.29
HSL23.33º65.45%43.14%-
HSV(B)23.33º79.12%71.37%-
XYZ23.6418.094.08-
YUV113.9385.15176.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.96%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=57.96%
G=29.94%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182943800.480.790.2923.3365.4543.14
HexB65E260304F1D17412b
Octal26613646060117352710153
Binary1011011010111101001100110000100111111101101111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E26; }

 p { color: rgb(182,94,38); }

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

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

 a { background-color: rgb(182,94,38); }

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

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

 span { border-color: rgb(182,94,38); }

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