#B2632D

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

Shades of Fiery Orange #B2632D

Tints of Fiery Orange #B2632D

Color information

#B2632D (or 0xB2632D) is unknown color: approx Fiery Orange. HEX triplet: B2, 63 and 2D. RGB value is (178,99,45). Sum of RGB (Red+Green+Blue) = 178+99+45=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2632D is #4D9CD2. Grayscale: #747474. Windows color (decimal): -5086419 or 2974642. OLE color: 2974642.

HSL color Cylindrical-coordinate representation of color #B2632D: hue angle of 24.36º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2632D is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB1789945-
CMYK00.440.750.30
HSL24.36º59.64%43.73%-
HSV(B)24.36º74.72%69.8%-
XYZ23.318.584.84-
YUV116.4687.67171.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 45 (17.97% from 255) = 13.98%
R=55.28%
G=30.75%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178994500.440.750.3024.3659.6443.73
HexB2632D02C4B1E183c2c
Octal2621435505411336307454
Binary101100101100011101101010110010010111111011000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2632D; }

 p { color: rgb(178,99,45); }

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

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

 a { background-color: rgb(178,99,45); }

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

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

 span { border-color: rgb(178,99,45); }

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