#b65e2b

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

Shades of Fiery Orange #B65E2B

Tints of Fiery Orange #B65E2B

Color information

#B65E2B (or 0xB65E2B) is unknown color: approx Fiery Orange. HEX triplet: B6, 5E and 2B. RGB value is (182,94,43). Sum of RGB (Red+Green+Blue) = 182+94+43=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65E2B is #49A1D4. Grayscale: #727272. Windows color (decimal): -4825557 or 2842294. OLE color: 2842294.

HSL color Cylindrical-coordinate representation of color #B65E2B: hue angle of 22.01º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B65E2B is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1829443-
CMYK00.480.760.29
HSL22.01º61.78%44.12%-
HSV(B)22.01º76.37%71.37%-
XYZ23.7318.124.53-
YUV114.587.65176.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.05%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 43 (17.19% from 255) = 13.48%
R=57.05%
G=29.47%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182944300.480.760.2922.0161.7844.12
HexB65E2B0304C1D163e2c
Octal2661365306011435267654
Binary101101101011110101011011000010011001110110110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b65e2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b65e2b; }

 p { color: rgb(182,94,43); }

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

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

 a { background-color: rgb(182,94,43); }

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

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

 span { border-color: rgb(182,94,43); }

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