#B65B2B

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

Shades of Fiery Orange #B65B2B

Tints of Fiery Orange #B65B2B

Color information

#B65B2B (or 0xB65B2B) is unknown color: approx Fiery Orange. HEX triplet: B6, 5B and 2B. RGB value is (182,91,43). Sum of RGB (Red+Green+Blue) = 182+91+43=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65B2B is #49A4D4. Grayscale: #717171. Windows color (decimal): -4826325 or 2841526. OLE color: 2841526.

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

Color convert

RGB1829143-
CMYK00.50.760.29
HSL20.72º61.78%44.12%-
HSV(B)20.72º76.37%71.37%-
XYZ23.4717.64.45-
YUV112.7488.65177.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.59%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 43 (17.19% from 255) = 13.61%
R=57.59%
G=28.80%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182914300.50.760.2920.7261.7844.12
HexB65B2B0324C1D153e2c
Octal2661335306211435257654
Binary101101101011011101011011001010011001110110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B2B; }

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

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

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

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

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

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

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

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