Html Css Color HEX #BB354E Old Rose

📋 copy color: '#BB354E'

red 187 ◦ green 53 ◦ blue 78

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

Shades of Old Rose #BB354E

Tints of Old Rose #BB354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 58.81%
G = 16.67%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB354E (or 0xBB354E) is known color: Old Rose. HEX triplet: BB, 35 and 4E. RGB value is (187,53,78). Sum of RGB (Red+Green+Blue) = 187+53+78=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB354E is #44CAB1. Grayscale: #5F5F5F. Windows color (decimal): -4508338 or 5125563. OLE color: 5125563.

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

Color convert

RGB 187 53 78 -
CMYK 0 0.72 0.58 0.27
HSL 348.81º 0.56% 0.47% -
HSV(B) 348.81º 0.72% 0.73% -
XYZ 23.14 13.66 8.62 -
YUV 95.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 187 53 78 0 0.72 0.58 0.27 348.81 0.56 0.47
Hex BB 35 4E 0 48 3A 1B 15D 38 2F
Octal 273 65 116 0 110 72 33 535 70 57
Binary 10111011 110101 1001110 0 1001000 111010 11011 101011101 111000 101111

Color Harmonies of #BB354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB354E

Black with #BB354E

Text Example


Text Example

White with #BB354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB354E; }

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

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

background-color css

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

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

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

border-color css

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

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

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