Html Css Color HEX #BB3C3E Mahogany

📋 copy color: '#BB3C3E'

red 187 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #BB3C3E

Tints of Mahogany #BB3C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

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

R = 60.52%
G = 19.42%
B = 20.06%

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

#BB3C3E (or 0xBB3C3E) is known color: Mahogany. HEX triplet: BB, 3C and 3E. RGB value is (187,60,62). Sum of RGB (Red+Green+Blue) = 187+60+62=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3C3E is #44C3C1. Grayscale: #626262. Windows color (decimal): -4506562 or 4078779. OLE color: 4078779.

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

Color convert

RGB 187 60 62 -
CMYK 0 0.68 0.67 0.27
HSL 359.06º 0.51% 0.48% -
HSV(B) 359.06º 0.68% 0.73% -
XYZ 22.98 14.14 6.08 -
YUV 98.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 187 60 62 0 0.68 0.67 0.27 359.06 0.51 0.48
Hex BB 3C 3E 0 44 43 1B 167 33 30
Octal 273 74 76 0 104 103 33 547 63 60
Binary 10111011 111100 111110 0 1000100 1000011 11011 101100111 110011 110000

Color Harmonies of #BB3C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3C3E

Black with #BB3C3E

Text Example


Text Example

White with #BB3C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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