#B85D26

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

Shades of Fiery Orange #B85D26

Tints of Fiery Orange #B85D26

Color information

#B85D26 (or 0xB85D26) is unknown color: approx Fiery Orange. HEX triplet: B8, 5D and 26. RGB value is (184,93,38). Sum of RGB (Red+Green+Blue) = 184+93+38=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D26 is #47A2D9. Grayscale: #727272. Windows color (decimal): -4694746 or 2514360. OLE color: 2514360.

HSL color Cylindrical-coordinate representation of color #B85D26: hue angle of 22.6º 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 #B85D26 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1849338-
CMYK00.490.790.28
HSL22.6º65.77%43.53%-
HSV(B)22.6º79.35%72.16%-
XYZ24.0318.164.07-
YUV113.9485.15177.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.41%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 38 (15.23% from 255) = 12.06%
R=58.41%
G=29.52%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184933800.490.790.2822.665.7743.53
HexB85D260314F1C17422c
Octal27013546061117342710254
Binary1011100010111011001100110001100111111100101111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85D26; }

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

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

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

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

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

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

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

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