#b65d23

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

Shades of Fiery Orange #B65D23

Tints of Fiery Orange #B65D23

Color information

#B65D23 (or 0xB65D23) is unknown color: approx Fiery Orange. HEX triplet: B6, 5D and 23. RGB value is (182,93,35). Sum of RGB (Red+Green+Blue) = 182+93+35=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65D23 is #49A2DC. Grayscale: #717171. Windows color (decimal): -4825821 or 2317750. OLE color: 2317750.

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

Color convert

RGB1829335-
CMYK00.490.810.29
HSL23.67º67.74%42.55%-
HSV(B)23.67º80.77%71.37%-
XYZ23.5117.93.81-
YUV11383.99177.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 35 (14.06% from 255) = 11.29%
R=58.71%
G=30%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182933500.490.810.2923.6767.7442.55
HexB65D23031511D18442b
Octal26613543061121353010453
Binary1011011010111011000110110001101000111101110001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b65d23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b65d23; }

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

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

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

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

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

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

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

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