#BB522B

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

Shades of Fiery Orange #BB522B

Tints of Fiery Orange #BB522B

Color information

#BB522B (or 0xBB522B) is unknown color: approx Fiery Orange. HEX triplet: BB, 52 and 2B. RGB value is (187,82,43). Sum of RGB (Red+Green+Blue) = 187+82+43=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB522B is #44ADD4. Grayscale: #6D6D6D. Windows color (decimal): -4500949 or 2839227. OLE color: 2839227.

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

Color convert

RGB1878243-
CMYK00.560.770.27
HSL16.25º62.61%45.1%-
HSV(B)16.25º77.01%73.33%-
XYZ23.9516.774.26-
YUV108.9590.79183.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.94%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=59.94%
G=26.28%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187824300.560.770.2716.2562.6145.1
HexBB522B0384D1B103f2d
Octal2731225307011533207755
Binary101110111010010101011011100010011011101110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB522B; }

 p { color: rgb(187,82,43); }

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

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

 a { background-color: rgb(187,82,43); }

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

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

 span { border-color: rgb(187,82,43); }

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