#BB4547

Color #BB4547 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BB4547

Tints of Brick Red #BB4547

Color information

#BB4547 (or 0xBB4547) is unknown color: approx Brick Red. HEX triplet: BB, 45 and 47. RGB value is (187,69,71). Sum of RGB (Red+Green+Blue) = 187+69+71=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4547 is #44BAB8. Grayscale: #686868. Windows color (decimal): -4504249 or 4670907. OLE color: 4670907.

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

Color convert

RGB1876971-
CMYK00.630.620.27
HSL358.98º46.46%50.2%-
HSV(B)358.98º63.1%73.33%-
XYZ23.7615.287.66-
YUV104.51109.09186.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 71 (28.12% from 255) = 21.71%
R=57.19%
G=21.10%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187697100.630.620.27358.9846.4650.2
HexBB454703F3E1B1672e32
Octal27310510707776335475662
Binary1011101110001011000111011111111111011011101100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4547; }

 p { color: rgb(187,69,71); }

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

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

 a { background-color: rgb(187,69,71); }

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

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

 span { border-color: rgb(187,69,71); }

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