Html Css Color HEX #BB3759 Old Rose

📋 copy color: '#BB3759'

red 187 ◦ green 55 ◦ blue 89

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

Shades of Old Rose #BB3759

Tints of Old Rose #BB3759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

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

R = 56.5%
G = 16.62%
B = 26.89%

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

#BB3759 (or 0xBB3759) is known color: Old Rose. HEX triplet: BB, 37 and 59. RGB value is (187,55,89). Sum of RGB (Red+Green+Blue) = 187+55+89=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3759 is #44C8A6. Grayscale: #626262. Windows color (decimal): -4507815 or 5846971. OLE color: 5846971.

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

Color convert

RGB 187 55 89 -
CMYK 0 0.71 0.52 0.27
HSL 344.55º 0.55% 0.47% -
HSV(B) 344.55º 0.71% 0.73% -
XYZ 23.66 14.02 10.91 -
YUV 98.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 187 55 89 0 0.71 0.52 0.27 344.55 0.55 0.47
Hex BB 37 59 0 47 34 1B 159 37 2F
Octal 273 67 131 0 107 64 33 531 67 57
Binary 10111011 110111 1011001 0 1000111 110100 11011 101011001 110111 101111

Color Harmonies of #BB3759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3759

Black with #BB3759

Text Example


Text Example

White with #BB3759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3759; }

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

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

background-color css

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

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

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

border-color css

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

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

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