#B65D2E

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

Shades of Fiery Orange #B65D2E

Tints of Fiery Orange #B65D2E

Color information

#B65D2E (or 0xB65D2E) is unknown color: approx Fiery Orange. HEX triplet: B6, 5D and 2E. RGB value is (182,93,46). Sum of RGB (Red+Green+Blue) = 182+93+46=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65D2E is #49A2D1. Grayscale: #727272. Windows color (decimal): -4825810 or 3038646. OLE color: 3038646.

HSL color Cylindrical-coordinate representation of color #B65D2E: hue angle of 20.74º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B65D2E is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1829346-
CMYK00.490.750.29
HSL20.74º59.65%44.71%-
HSV(B)20.74º74.73%71.37%-
XYZ23.717.974.8-
YUV114.2589.49176.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=56.70%
G=28.97%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182934600.490.750.2920.7459.6544.71
HexB65D2E0314B1D153c2d
Octal2661355606111335257455
Binary101101101011101101110011000110010111110110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D2E; }

 p { color: rgb(182,93,46); }

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

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

 a { background-color: rgb(182,93,46); }

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

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

 span { border-color: rgb(182,93,46); }

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