#B85526

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

Shades of Fiery Orange #B85526

Tints of Fiery Orange #B85526

Color information

#B85526 (or 0xB85526) is unknown color: approx Fiery Orange. HEX triplet: B8, 55 and 26. RGB value is (184,85,38). Sum of RGB (Red+Green+Blue) = 184+85+38=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B85526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85526 is #47AAD9. Grayscale: #6D6D6D. Windows color (decimal): -4696794 or 2512312. OLE color: 2512312.

HSL color Cylindrical-coordinate representation of color #B85526: hue angle of 19.32º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B85526 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1848538-
CMYK00.540.790.28
HSL19.32º65.77%43.53%-
HSV(B)19.32º79.35%72.16%-
XYZ23.3716.833.85-
YUV109.2487.8181.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.93%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 38 (15.23% from 255) = 12.38%
R=59.93%
G=27.69%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184853800.540.790.2819.3265.7743.53
HexB855260364F1C13422c
Octal27012546066117342310254
Binary1011100010101011001100110110100111111100100111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85526; }

 p { color: rgb(184,85,38); }

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

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

 a { background-color: rgb(184,85,38); }

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

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

 span { border-color: rgb(184,85,38); }

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