Html Css Color HEX #BB383A Mahogany

📋 copy color: '#BB383A'

red 187 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #BB383A

Tints of Mahogany #BB383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 62.13%
G = 18.6%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB383A (or 0xBB383A) is known color: Mahogany. HEX triplet: BB, 38 and 3A. RGB value is (187,56,58). Sum of RGB (Red+Green+Blue) = 187+56+58=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB383A is #44C7C5. Grayscale: #5F5F5F. Windows color (decimal): -4507590 or 3815611. OLE color: 3815611.

HSL color Cylindrical-coordinate representation of color #BB383A: hue angle of 359.08º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB383A is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 58 -
CMYK 0 0.70 0.69 0.27
HSL 359.08º 0.54% 0.48% -
HSV(B) 359.08º 0.7% 0.73% -
XYZ 22.67 13.7 5.45 -
YUV 95.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 187 56 58 0 0.70 0.69 0.27 359.08 0.54 0.48
Hex BB 38 3A 0 46 45 1B 167 36 30
Octal 273 70 72 0 106 105 33 547 66 60
Binary 10111011 111000 111010 0 1000110 1000101 11011 101100111 110110 110000

Color Harmonies of #BB383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB383A

Black with #BB383A

Text Example


Text Example

White with #BB383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB383A; }

 p { color: rgb(187,56,58); }

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

background-color css

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

 a { background-color: rgb(187,56,58); }

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

border-color css

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

 span { border-color: rgb(187,56,58); }

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