Html Css Color HEX #BB3435 Mahogany

📋 copy color: '#BB3435'

red 187 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #BB3435

Tints of Mahogany #BB3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 64.04%
G = 17.81%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB3435 (or 0xBB3435) is known color: Mahogany. HEX triplet: BB, 34 and 35. RGB value is (187,52,53). Sum of RGB (Red+Green+Blue) = 187+52+53=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3435 is #44CBCA. Grayscale: #5C5C5C. Windows color (decimal): -4508619 or 3486907. OLE color: 3486907.

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

Color convert

RGB 187 52 53 -
CMYK 0 0.72 0.72 0.27
HSL 359.56º 0.56% 0.47% -
HSV(B) 359.56º 0.72% 0.73% -
XYZ 22.36 13.28 4.75 -
YUV 92.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 187 52 53 0 0.72 0.72 0.27 359.56 0.56 0.47
Hex BB 34 35 0 48 48 1B 168 38 2F
Octal 273 64 65 0 110 110 33 550 70 57
Binary 10111011 110100 110101 0 1001000 1001000 11011 101101000 111000 101111

Color Harmonies of #BB3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3435

Black with #BB3435

Text Example


Text Example

White with #BB3435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3435; }

 p { color: rgb(187,52,53); }

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

background-color css

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

 a { background-color: rgb(187,52,53); }

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

border-color css

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

 span { border-color: rgb(187,52,53); }

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