Html Css Color HEX #BB3D3E Mahogany

📋 copy color: '#BB3D3E'

red 187 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #BB3D3E

Tints of Mahogany #BB3D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.68%

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

R = 60.32%
G = 19.68%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB3D3E (or 0xBB3D3E) is known color: Mahogany. HEX triplet: BB, 3D and 3E. RGB value is (187,61,62). Sum of RGB (Red+Green+Blue) = 187+61+62=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3D3E is #44C2C1. Grayscale: #626262. Windows color (decimal): -4506306 or 4079035. OLE color: 4079035.

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

Color convert

RGB 187 61 62 -
CMYK 0 0.67 0.67 0.27
HSL 359.52º 0.51% 0.49% -
HSV(B) 359.52º 0.67% 0.73% -
XYZ 23.03 14.25 6.09 -
YUV 98.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 187 61 62 0 0.67 0.67 0.27 359.52 0.51 0.49
Hex BB 3D 3E 0 43 43 1B 168 33 31
Octal 273 75 76 0 103 103 33 550 63 61
Binary 10111011 111101 111110 0 1000011 1000011 11011 101101000 110011 110001

Color Harmonies of #BB3D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3D3E

Black with #BB3D3E

Text Example


Text Example

White with #BB3D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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