#B65633

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

Shades of Fiery Orange #B65633

Tints of Fiery Orange #B65633

Color information

#B65633 (or 0xB65633) is unknown color: approx Fiery Orange. HEX triplet: B6, 56 and 33. RGB value is (182,86,51). Sum of RGB (Red+Green+Blue) = 182+86+51=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B65633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65633 is #49A9CC. Grayscale: #6E6E6E. Windows color (decimal): -4827597 or 3364534. OLE color: 3364534.

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

Color convert

RGB1828651-
CMYK00.530.720.29
HSL16.03º56.22%45.69%-
HSV(B)16.03º71.98%71.37%-
XYZ23.2216.845.16-
YUV110.7194.3178.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.05%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=57.05%
G=26.96%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182865100.530.720.2916.0356.2245.69
HexB65633035481D10382e
Octal2661266306511035207056
Binary101101101010110110011011010110010001110110000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65633; }

 p { color: rgb(182,86,51); }

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

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

 a { background-color: rgb(182,86,51); }

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

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

 span { border-color: rgb(182,86,51); }

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