Html Css Color HEX #BB4446 Brick Red

📋 copy color: '#BB4446'

red 187 ◦ green 68 ◦ blue 70

#BB4446
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #BB4446

Tints of Brick Red #BB4446

RGB

 RED value IS 187 (73.44% from 255) = 57.54%

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 57.54%
G = 20.92%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB4446 (or 0xBB4446) is known color: Brick Red. HEX triplet: BB, 44 and 46. RGB value is (187,68,70). Sum of RGB (Red+Green+Blue) = 187+68+70=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4446 is #44BBB9. Grayscale: #676767. Windows color (decimal): -4504506 or 4605115. OLE color: 4605115.

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

Color convert

RGB 187 68 70 -
CMYK 0 0.64 0.63 0.27
HSL 358.99º 0.47% 0.5% -
HSV(B) 358.99º 0.64% 0.73% -
XYZ 23.67 15.14 7.47 -
YUV 103.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 187 68 70 0 0.64 0.63 0.27 358.99 0.47 0.5
Hex BB 44 46 0 40 3F 1B 167 2F 32
Octal 273 104 106 0 100 77 33 547 57 62
Binary 10111011 1000100 1000110 0 1000000 111111 11011 101100111 101111 110010

Color Harmonies of #BB4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4446

Black with #BB4446

Text Example


Text Example

White with #BB4446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4446; }

 p { color: rgb(187,68,70); }

 H1.HeaderClassName
 {
   color: #BB4446;
 }
 .AnyTagClassName
 {
   color: #BB4446;
 }
</style>

background-color css

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

 a { background-color: rgb(187,68,70); }

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

border-color css

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

 span { border-color: rgb(187,68,70); }

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