#BB512A

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

Shades of Fiery Orange #BB512A

Tints of Fiery Orange #BB512A

Color information

#BB512A (or 0xBB512A) is unknown color: approx Fiery Orange. HEX triplet: BB, 51 and 2A. RGB value is (187,81,42). Sum of RGB (Red+Green+Blue) = 187+81+42=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB512A is #44AED5. Grayscale: #6C6C6C. Windows color (decimal): -4501206 or 2773435. OLE color: 2773435.

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

Color convert

RGB1878142-
CMYK00.570.780.27
HSL16.14º63.32%44.9%-
HSV(B)16.14º77.54%73.33%-
XYZ23.8516.624.14-
YUV108.2590.62184.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.32%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=60.32%
G=26.13%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187814200.570.780.2716.1463.3244.9
HexBB512A0394E1B103f2d
Octal2731215207111633207755
Binary101110111010001101010011100110011101101110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB512A; }

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

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

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

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

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

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

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

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