Html Css Color HEX #BB3B3E Mahogany

📋 copy color: '#BB3B3E'

red 187 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #BB3B3E

Tints of Mahogany #BB3B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 60.71%
G = 19.16%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB3B3E (or 0xBB3B3E) is known color: Mahogany. HEX triplet: BB, 3B and 3E. RGB value is (187,59,62). Sum of RGB (Red+Green+Blue) = 187+59+62=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3B3E is #44C4C1. Grayscale: #616161. Windows color (decimal): -4506818 or 4078523. OLE color: 4078523.

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

Color convert

RGB 187 59 62 -
CMYK 0 0.68 0.67 0.27
HSL 358.59º 0.52% 0.48% -
HSV(B) 358.59º 0.68% 0.73% -
XYZ 22.93 14.04 6.06 -
YUV 97.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 187 59 62 0 0.68 0.67 0.27 358.59 0.52 0.48
Hex BB 3B 3E 0 44 43 1B 167 34 30
Octal 273 73 76 0 104 103 33 547 64 60
Binary 10111011 111011 111110 0 1000100 1000011 11011 101100111 110100 110000

Color Harmonies of #BB3B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3B3E

Black with #BB3B3E

Text Example


Text Example

White with #BB3B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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