#B65528

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

Shades of Fiery Orange #B65528

Tints of Fiery Orange #B65528

Color information

#B65528 (or 0xB65528) is unknown color: approx Fiery Orange. HEX triplet: B6, 55 and 28. RGB value is (182,85,40). Sum of RGB (Red+Green+Blue) = 182+85+40=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B65528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65528 is #49AAD7. Grayscale: #6D6D6D. Windows color (decimal): -4827864 or 2643382. OLE color: 2643382.

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

Color convert

RGB1828540-
CMYK00.530.780.29
HSL19.01º63.96%43.53%-
HSV(B)19.01º78.02%71.37%-
XYZ22.9216.64-
YUV108.8789.14180.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.28%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 40 (16.02% from 255) = 13.03%
R=59.28%
G=27.69%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182854000.530.780.2919.0163.9643.53
HexB655280354E1D13402c
Octal26612550065116352310054
Binary1011011010101011010000110101100111011101100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65528; }

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

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

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

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

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

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

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

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