#B65629

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

Shades of Fiery Orange #B65629

Tints of Fiery Orange #B65629

Color information

#B65629 (or 0xB65629) is unknown color: approx Fiery Orange. HEX triplet: B6, 56 and 29. RGB value is (182,86,41). Sum of RGB (Red+Green+Blue) = 182+86+41=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B65629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65629 is #49A9D6. Grayscale: #6D6D6D. Windows color (decimal): -4827607 or 2709174. OLE color: 2709174.

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

Color convert

RGB1828641-
CMYK00.530.770.29
HSL19.15º63.23%43.73%-
HSV(B)19.15º77.47%71.37%-
XYZ23.0216.764.12-
YUV109.5789.3179.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 41 (16.41% from 255) = 13.27%
R=58.90%
G=27.83%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182864100.530.770.2919.1563.2343.73
HexB656290354D1D133f2c
Octal2661265106511535237754
Binary101101101010110101001011010110011011110110011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65629; }

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

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

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

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

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

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

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

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