Html Css Color HEX #BB3659 Old Rose

📋 copy color: '#BB3659'

red 187 ◦ green 54 ◦ blue 89

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

Shades of Old Rose #BB3659

Tints of Old Rose #BB3659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 89 (35.16% from 255) = 26.97%

R = 56.67%
G = 16.36%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB3659 (or 0xBB3659) is known color: Old Rose. HEX triplet: BB, 36 and 59. RGB value is (187,54,89). Sum of RGB (Red+Green+Blue) = 187+54+89=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3659 is #44C9A6. Grayscale: #616161. Windows color (decimal): -4508071 or 5846715. OLE color: 5846715.

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

Color convert

RGB 187 54 89 -
CMYK 0 0.71 0.52 0.27
HSL 344.21º 0.55% 0.47% -
HSV(B) 344.21º 0.71% 0.73% -
XYZ 23.62 13.92 10.89 -
YUV 97.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 187 54 89 0 0.71 0.52 0.27 344.21 0.55 0.47
Hex BB 36 59 0 47 34 1B 158 37 2F
Octal 273 66 131 0 107 64 33 530 67 57
Binary 10111011 110110 1011001 0 1000111 110100 11011 101011000 110111 101111

Color Harmonies of #BB3659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3659

Black with #BB3659

Text Example


Text Example

White with #BB3659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3659; }

 p { color: rgb(187,54,89); }

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

background-color css

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

 a { background-color: rgb(187,54,89); }

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

border-color css

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

 span { border-color: rgb(187,54,89); }

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