#B65828

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

Shades of Fiery Orange #B65828

Tints of Fiery Orange #B65828

Color information

#B65828 (or 0xB65828) is unknown color: approx Fiery Orange. HEX triplet: B6, 58 and 28. RGB value is (182,88,40). Sum of RGB (Red+Green+Blue) = 182+88+40=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B65828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65828 is #49A7D7. Grayscale: #6E6E6E. Windows color (decimal): -4827096 or 2644150. OLE color: 2644150.

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

Color convert

RGB1828840-
CMYK00.520.780.29
HSL20.28º63.96%43.53%-
HSV(B)20.28º78.02%71.37%-
XYZ23.1617.084.08-
YUV110.6388.14178.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 40 (16.02% from 255) = 12.90%
R=58.71%
G=28.39%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182884000.520.780.2920.2863.9643.53
HexB658280344E1D14402c
Octal26613050064116352410054
Binary1011011010110001010000110100100111011101101001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65828; }

 p { color: rgb(182,88,40); }

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

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

 a { background-color: rgb(182,88,40); }

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

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

 span { border-color: rgb(182,88,40); }

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