#B95328

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

Shades of Fiery Orange #B95328

Tints of Fiery Orange #B95328

Color information

#B95328 (or 0xB95328) is unknown color: approx Fiery Orange. HEX triplet: B9, 53 and 28. RGB value is (185,83,40). Sum of RGB (Red+Green+Blue) = 185+83+40=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B95328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95328 is #46ACD7. Grayscale: #6C6C6C. Windows color (decimal): -4631768 or 2642873. OLE color: 2642873.

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

Color convert

RGB1858340-
CMYK00.550.780.27
HSL17.79º64.44%44.12%-
HSV(B)17.79º78.38%72.55%-
XYZ23.4816.653.98-
YUV108.689.29182.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.06%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=60.06%
G=26.95%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185834000.550.780.2717.7964.4444.12
HexB953280374E1B12402c
Octal27112350067116332210054
Binary1011100110100111010000110111100111011011100101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95328; }

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

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

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

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

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

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

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

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