Html Css Color HEX #BB3234 Mahogany

📋 copy color: '#BB3234'

red 187 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #BB3234

Tints of Mahogany #BB3234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 64.71%
G = 17.3%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB3234 (or 0xBB3234) is known color: Mahogany. HEX triplet: BB, 32 and 34. RGB value is (187,50,52). Sum of RGB (Red+Green+Blue) = 187+50+52=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3234 is #44CDCB. Grayscale: #5B5B5B. Windows color (decimal): -4509132 or 3420859. OLE color: 3420859.

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

Color convert

RGB 187 50 52 -
CMYK 0 0.73 0.72 0.27
HSL 359.12º 0.58% 0.46% -
HSV(B) 359.12º 0.73% 0.73% -
XYZ 22.25 13.09 4.6 -
YUV 91.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 187 50 52 0 0.73 0.72 0.27 359.12 0.58 0.46
Hex BB 32 34 0 49 48 1B 167 3A 2E
Octal 273 62 64 0 111 110 33 547 72 56
Binary 10111011 110010 110100 0 1001001 1001000 11011 101100111 111010 101110

Color Harmonies of #BB3234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3234

Black with #BB3234

Text Example


Text Example

White with #BB3234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3234; }

 p { color: rgb(187,50,52); }

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

background-color css

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

 a { background-color: rgb(187,50,52); }

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

border-color css

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

 span { border-color: rgb(187,50,52); }

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