Html Css Color HEX #BB355D Old Rose

📋 copy color: '#BB355D'

red 187 ◦ green 53 ◦ blue 93

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

Shades of Old Rose #BB355D

Tints of Old Rose #BB355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 56.16%
G = 15.92%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB355D (or 0xBB355D) is known color: Old Rose. HEX triplet: BB, 35 and 5D. RGB value is (187,53,93). Sum of RGB (Red+Green+Blue) = 187+53+93=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB355D is #44CAA2. Grayscale: #616161. Windows color (decimal): -4508323 or 6108603. OLE color: 6108603.

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

Color convert

RGB 187 53 93 -
CMYK 0 0.72 0.50 0.27
HSL 342.09º 0.56% 0.47% -
HSV(B) 342.09º 0.72% 0.73% -
XYZ 23.74 13.9 11.79 -
YUV 97.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 187 53 93 0 0.72 0.50 0.27 342.09 0.56 0.47
Hex BB 35 5D 0 48 32 1B 156 38 2F
Octal 273 65 135 0 110 62 33 526 70 57
Binary 10111011 110101 1011101 0 1001000 110010 11011 101010110 111000 101111

Color Harmonies of #BB355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB355D

Black with #BB355D

Text Example


Text Example

White with #BB355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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