#B95C28

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

Shades of Fiery Orange #B95C28

Tints of Fiery Orange #B95C28

Color information

#B95C28 (or 0xB95C28) is unknown color: approx Fiery Orange. HEX triplet: B9, 5C and 28. RGB value is (185,92,40). Sum of RGB (Red+Green+Blue) = 185+92+40=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C28 is #46A3D7. Grayscale: #727272. Windows color (decimal): -4629464 or 2645177. OLE color: 2645177.

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

Color convert

RGB1859240-
CMYK00.500.780.27
HSL21.52º64.44%44.12%-
HSV(B)21.52º78.38%72.55%-
XYZ24.2218.124.23-
YUV113.8886.31178.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 40 (16.02% from 255) = 12.62%
R=58.36%
G=29.02%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185924000.500.780.2721.5264.4444.12
HexB95C280324E1B16402c
Octal27113450062116332610054
Binary1011100110111001010000110010100111011011101101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C28; }

 p { color: rgb(185,92,40); }

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

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

 a { background-color: rgb(185,92,40); }

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

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

 span { border-color: rgb(185,92,40); }

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