#B65326

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

Shades of Fiery Orange #B65326

Tints of Fiery Orange #B65326

Color information

#B65326 (or 0xB65326) is unknown color: approx Fiery Orange. HEX triplet: B6, 53 and 26. RGB value is (182,83,38). Sum of RGB (Red+Green+Blue) = 182+83+38=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B65326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65326 is #49ACD9. Grayscale: #6B6B6B. Windows color (decimal): -4828378 or 2511798. OLE color: 2511798.

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

Color convert

RGB1828338-
CMYK00.540.790.29
HSL18.75º65.45%43.14%-
HSV(B)18.75º79.12%71.37%-
XYZ22.7316.273.78-
YUV107.4788.8181.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.07%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=60.07%
G=27.39%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182833800.540.790.2918.7565.4543.14
HexB653260364F1D13412b
Octal26612346066117352310153
Binary1011011010100111001100110110100111111101100111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65326; }

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

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

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

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

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

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

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

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