Html Css Color HEX #BB4346 Brick Red

📋 copy color: '#BB4346'

red 187 ◦ green 67 ◦ blue 70

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

Shades of Brick Red #BB4346

Tints of Brick Red #BB4346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.68%

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

R = 57.72%
G = 20.68%
B = 21.6%

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

#BB4346 (or 0xBB4346) is known color: Brick Red. HEX triplet: BB, 43 and 46. RGB value is (187,67,70). Sum of RGB (Red+Green+Blue) = 187+67+70=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4346 is #44BCB9. Grayscale: #676767. Windows color (decimal): -4504762 or 4604859. OLE color: 4604859.

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

Color convert

RGB 187 67 70 -
CMYK 0 0.64 0.63 0.27
HSL 358.5º 0.47% 0.5% -
HSV(B) 358.5º 0.64% 0.73% -
XYZ 23.61 15.02 7.45 -
YUV 103.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 187 67 70 0 0.64 0.63 0.27 358.5 0.47 0.5
Hex BB 43 46 0 40 3F 1B 166 2F 32
Octal 273 103 106 0 100 77 33 546 57 62
Binary 10111011 1000011 1000110 0 1000000 111111 11011 101100110 101111 110010

Color Harmonies of #BB4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4346

Black with #BB4346

Text Example


Text Example

White with #BB4346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4346; }

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

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

background-color css

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

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

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

border-color css

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

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

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