#B65C1E

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

Shades of Fiery Orange #B65C1E

Tints of Fiery Orange #B65C1E

Color information

#B65C1E (or 0xB65C1E) is unknown color: approx Fiery Orange. HEX triplet: B6, 5C and 1E. RGB value is (182,92,30). Sum of RGB (Red+Green+Blue) = 182+92+30=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C1E is #49A3E1. Grayscale: #707070. Windows color (decimal): -4826082 or 1989814. OLE color: 1989814.

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

Color convert

RGB1829230-
CMYK00.490.840.29
HSL24.47º71.7%41.57%-
HSV(B)24.47º83.52%71.37%-
XYZ23.3517.693.41-
YUV111.8481.82178.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=59.87%
G=30.26%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182923000.490.840.2924.4771.741.57
HexB65C1E031541D18482a
Octal26613436061124353011052
Binary101101101011100111100110001101010011101110001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C1E; }

 p { color: rgb(182,92,30); }

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

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

 a { background-color: rgb(182,92,30); }

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

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

 span { border-color: rgb(182,92,30); }

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