#BB522A

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

Shades of Fiery Orange #BB522A

Tints of Fiery Orange #BB522A

Color information

#BB522A (or 0xBB522A) is unknown color: approx Fiery Orange. HEX triplet: BB, 52 and 2A. RGB value is (187,82,42). Sum of RGB (Red+Green+Blue) = 187+82+42=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB522A is #44ADD5. Grayscale: #6D6D6D. Windows color (decimal): -4500950 or 2773691. OLE color: 2773691.

HSL color Cylindrical-coordinate representation of color #BB522A: hue angle of 16.55º degrees, saturation: 0.63, 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 #BB522A is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1878242-
CMYK00.560.780.27
HSL16.55º63.32%44.9%-
HSV(B)16.55º77.54%73.33%-
XYZ23.9316.774.17-
YUV108.8490.29183.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.13%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=60.13%
G=26.37%
B=13.50%

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
Decimal187824200.560.780.2716.5563.3244.9
HexBB522A0384E1B113f2d
Octal2731225207011633217755
Binary101110111010010101010011100010011101101110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB522A; }

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

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

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

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

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

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

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

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