#B65D21

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

Shades of Fiery Orange #B65D21

Tints of Fiery Orange #B65D21

Color information

#B65D21 (or 0xB65D21) is unknown color: approx Fiery Orange. HEX triplet: B6, 5D and 21. RGB value is (182,93,33). Sum of RGB (Red+Green+Blue) = 182+93+33=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65D21 is #49A2DE. Grayscale: #717171. Windows color (decimal): -4825823 or 2186678. OLE color: 2186678.

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

Color convert

RGB1829333-
CMYK00.490.820.29
HSL24.16º69.3%42.16%-
HSV(B)24.16º81.87%71.37%-
XYZ23.4817.883.65-
YUV112.7782.99177.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=59.09%
G=30.19%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182933300.490.820.2924.1669.342.16
HexB65D21031521D18452a
Octal26613541061122353010552
Binary1011011010111011000010110001101001011101110001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D21; }

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

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

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

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

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

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

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

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