#B65B30

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

Shades of Fiery Orange #B65B30

Tints of Fiery Orange #B65B30

Color information

#B65B30 (or 0xB65B30) is unknown color: approx Fiery Orange. HEX triplet: B6, 5B and 30. RGB value is (182,91,48). Sum of RGB (Red+Green+Blue) = 182+91+48=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65B30 is #49A4CF. Grayscale: #717171. Windows color (decimal): -4826320 or 3169206. OLE color: 3169206.

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

Color convert

RGB1829148-
CMYK00.50.740.29
HSL19.25º58.26%45.1%-
HSV(B)19.25º73.63%71.37%-
XYZ23.5717.644.96-
YUV113.3191.15177-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 91 (35.94% from 255) = 28.35%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=56.70%
G=28.35%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182914800.50.740.2919.2558.2645.1
HexB65B300324A1D133a2d
Octal2661336006211235237255
Binary101101101011011110000011001010010101110110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B30; }

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

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

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

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

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

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

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

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