#B65728

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

Shades of Fiery Orange #B65728

Tints of Fiery Orange #B65728

Color information

#B65728 (or 0xB65728) is unknown color: approx Fiery Orange. HEX triplet: B6, 57 and 28. RGB value is (182,87,40). Sum of RGB (Red+Green+Blue) = 182+87+40=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B65728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65728 is #49A8D7. Grayscale: #6E6E6E. Windows color (decimal): -4827352 or 2643894. OLE color: 2643894.

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

Color convert

RGB1828740-
CMYK00.520.780.29
HSL19.86º63.96%43.53%-
HSV(B)19.86º78.02%71.37%-
XYZ23.0816.914.06-
YUV110.0588.47179.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=58.90%
G=28.16%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182874000.520.780.2919.8663.9643.53
HexB657280344E1D14402c
Octal26612750064116352410054
Binary1011011010101111010000110100100111011101101001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65728; }

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

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

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

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

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

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

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

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