Html Css Color HEX #BB3B3F Mahogany

📋 copy color: '#BB3B3F'

red 187 ◦ green 59 ◦ blue 63

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

Shades of Mahogany #BB3B3F

Tints of Mahogany #BB3B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.09%

 BLUE value IS 63 (25% from 255) = 20.39%

R = 60.52%
G = 19.09%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB3B3F (or 0xBB3B3F) is known color: Mahogany. HEX triplet: BB, 3B and 3F. RGB value is (187,59,63). Sum of RGB (Red+Green+Blue) = 187+59+63=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3B3F is #44C4C0. Grayscale: #616161. Windows color (decimal): -4506817 or 4144059. OLE color: 4144059.

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

Color convert

RGB 187 59 63 -
CMYK 0 0.68 0.66 0.27
HSL 358.13º 0.52% 0.48% -
HSV(B) 358.13º 0.68% 0.73% -
XYZ 22.95 14.05 6.21 -
YUV 97.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 187 59 63 0 0.68 0.66 0.27 358.13 0.52 0.48
Hex BB 3B 3F 0 44 42 1B 166 34 30
Octal 273 73 77 0 104 102 33 546 64 60
Binary 10111011 111011 111111 0 1000100 1000010 11011 101100110 110100 110000

Color Harmonies of #BB3B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3B3F

Black with #BB3B3F

Text Example


Text Example

White with #BB3B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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