#B65D1E

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

Shades of Fiery Orange #B65D1E

Tints of Fiery Orange #B65D1E

Color information

#B65D1E (or 0xB65D1E) is unknown color: approx Fiery Orange. HEX triplet: B6, 5D and 1E. RGB value is (182,93,30). Sum of RGB (Red+Green+Blue) = 182+93+30=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65D1E is #49A2E1. Grayscale: #707070. Windows color (decimal): -4825826 or 1990070. OLE color: 1990070.

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

Color convert

RGB1829330-
CMYK00.490.840.29
HSL24.87º71.7%41.57%-
HSV(B)24.87º83.52%71.37%-
XYZ23.4417.873.44-
YUV112.4381.49177.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.67%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 30 (12.11% from 255) = 9.84%
R=59.67%
G=30.49%
B=9.84%

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
Decimal182933000.490.840.2924.8771.741.57
HexB65D1E031541D19482a
Octal26613536061124353111052
Binary101101101011101111100110001101010011101110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D1E; }

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

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

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

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

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

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

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

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