#B65B21

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

Shades of Fiery Orange #B65B21

Tints of Fiery Orange #B65B21

Color information

#B65B21 (or 0xB65B21) is unknown color: approx Fiery Orange. HEX triplet: B6, 5B and 21. RGB value is (182,91,33). Sum of RGB (Red+Green+Blue) = 182+91+33=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65B21 is #49A4DE. Grayscale: #6F6F6F. Windows color (decimal): -4826335 or 2186166. OLE color: 2186166.

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

Color convert

RGB1829133-
CMYK00.50.820.29
HSL23.36º69.3%42.16%-
HSV(B)23.36º81.87%71.37%-
XYZ23.3117.543.6-
YUV111.683.65178.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.48%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 33 (13.28% from 255) = 10.78%
R=59.48%
G=29.74%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182913300.50.820.2923.3669.342.16
HexB65B21032521D17452a
Octal26613341062122352710552
Binary1011011010110111000010110010101001011101101111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B21; }

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

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

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

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

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

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

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

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