#BB5329

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

Shades of Fiery Orange #BB5329

Tints of Fiery Orange #BB5329

Color information

#BB5329 (or 0xBB5329) is unknown color: approx Fiery Orange. HEX triplet: BB, 53 and 29. RGB value is (187,83,41). Sum of RGB (Red+Green+Blue) = 187+83+41=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5329 is #44ACD6. Grayscale: #6D6D6D. Windows color (decimal): -4500695 or 2708411. OLE color: 2708411.

HSL color Cylindrical-coordinate representation of color #BB5329: hue angle of 17.26º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB5329 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1878341-
CMYK00.560.780.27
HSL17.26º64.04%44.71%-
HSV(B)17.26º78.07%73.33%-
XYZ23.9916.914.1-
YUV109.3189.46183.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.13%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 41 (16.41% from 255) = 13.18%
R=60.13%
G=26.69%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187834100.560.780.2717.2664.0444.71
HexBB53290384E1B11402d
Octal27312351070116332110055
Binary1011101110100111010010111000100111011011100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5329; }

 p { color: rgb(187,83,41); }

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

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

 a { background-color: rgb(187,83,41); }

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

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

 span { border-color: rgb(187,83,41); }

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