Html Css Color HEX #BB355A Old Rose

📋 copy color: '#BB355A'

red 187 ◦ green 53 ◦ blue 90

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

Shades of Old Rose #BB355A

Tints of Old Rose #BB355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 56.67%
G = 16.06%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB355A (or 0xBB355A) is known color: Old Rose. HEX triplet: BB, 35 and 5A. RGB value is (187,53,90). Sum of RGB (Red+Green+Blue) = 187+53+90=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB355A is #44CAA5. Grayscale: #616161. Windows color (decimal): -4508326 or 5911995. OLE color: 5911995.

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

Color convert

RGB 187 53 90 -
CMYK 0 0.72 0.52 0.27
HSL 343.43º 0.56% 0.47% -
HSV(B) 343.43º 0.72% 0.73% -
XYZ 23.61 13.85 11.1 -
YUV 97.28 123.89 191.99 -
System Red Green Blue C M Y K H S L
Decimal 187 53 90 0 0.72 0.52 0.27 343.43 0.56 0.47
Hex BB 35 5A 0 48 34 1B 157 38 2F
Octal 273 65 132 0 110 64 33 527 70 57
Binary 10111011 110101 1011010 0 1001000 110100 11011 101010111 111000 101111

Color Harmonies of #BB355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB355A

Black with #BB355A

Text Example


Text Example

White with #BB355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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