Html Css Color HEX #BB3F42 Mahogany

📋 copy color: '#BB3F42'

red 187 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #BB3F42

Tints of Mahogany #BB3F42

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 59.18%
G = 19.94%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB3F42 (or 0xBB3F42) is known color: Mahogany. HEX triplet: BB, 3F and 42. RGB value is (187,63,66). Sum of RGB (Red+Green+Blue) = 187+63+66=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F42 is #44C0BD. Grayscale: #646464. Windows color (decimal): -4505790 or 4341691. OLE color: 4341691.

HSL color Cylindrical-coordinate representation of color #BB3F42: hue angle of 358.55º degrees, saturation: 0.5, 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 #BB3F42 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 63 66 -
CMYK 0 0.66 0.65 0.27
HSL 358.55º 0.5% 0.49% -
HSV(B) 358.55º 0.66% 0.73% -
XYZ 23.25 14.51 6.73 -
YUV 100.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 187 63 66 0 0.66 0.65 0.27 358.55 0.5 0.49
Hex BB 3F 42 0 42 41 1B 167 32 31
Octal 273 77 102 0 102 101 33 547 62 61
Binary 10111011 111111 1000010 0 1000010 1000001 11011 101100111 110010 110001

Color Harmonies of #BB3F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F42

Black with #BB3F42

Text Example


Text Example

White with #BB3F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F42; }

 p { color: rgb(187,63,66); }

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

background-color css

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

 a { background-color: rgb(187,63,66); }

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

border-color css

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

 span { border-color: rgb(187,63,66); }

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