Html Css Color HEX #BB4044 Brick Red

📋 copy color: '#BB4044'

red 187 ◦ green 64 ◦ blue 68

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

Shades of Brick Red #BB4044

Tints of Brick Red #BB4044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 68 (26.95% from 255) = 21.32%

R = 58.62%
G = 20.06%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB4044 (or 0xBB4044) is known color: Brick Red. HEX triplet: BB, 40 and 44. RGB value is (187,64,68). Sum of RGB (Red+Green+Blue) = 187+64+68=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4044 is #44BFBB. Grayscale: #656565. Windows color (decimal): -4505532 or 4473019. OLE color: 4473019.

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

Color convert

RGB 187 64 68 -
CMYK 0 0.66 0.64 0.27
HSL 358.05º 0.49% 0.49% -
HSV(B) 358.05º 0.66% 0.73% -
XYZ 23.37 14.65 7.06 -
YUV 101.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 187 64 68 0 0.66 0.64 0.27 358.05 0.49 0.49
Hex BB 40 44 0 42 40 1B 166 31 31
Octal 273 100 104 0 102 100 33 546 61 61
Binary 10111011 1000000 1000100 0 1000010 1000000 11011 101100110 110001 110001

Color Harmonies of #BB4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4044

Black with #BB4044

Text Example


Text Example

White with #BB4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4044; }

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

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

background-color css

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

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

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

border-color css

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

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

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