Html Css Color HEX #BB3B5B Old Rose

📋 copy color: '#BB3B5B'

red 187 ◦ green 59 ◦ blue 91

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

Shades of Old Rose #BB3B5B

Tints of Old Rose #BB3B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

 BLUE value IS 91 (35.94% from 255) = 27%

R = 55.49%
G = 17.51%
B = 27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB3B5B (or 0xBB3B5B) is known color: Old Rose. HEX triplet: BB, 3B and 5B. RGB value is (187,59,91). Sum of RGB (Red+Green+Blue) = 187+59+91=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3B5B is #44C4A4. Grayscale: #646464. Windows color (decimal): -4506789 or 5979067. OLE color: 5979067.

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

Color convert

RGB 187 59 91 -
CMYK 0 0.68 0.51 0.27
HSL 345º 0.52% 0.48% -
HSV(B) 345º 0.68% 0.73% -
XYZ 23.95 14.45 11.42 -
YUV 100.92 122.41 189.4 -
System Red Green Blue C M Y K H S L
Decimal 187 59 91 0 0.68 0.51 0.27 345 0.52 0.48
Hex BB 3B 5B 0 44 33 1B 159 34 30
Octal 273 73 133 0 104 63 33 531 64 60
Binary 10111011 111011 1011011 0 1000100 110011 11011 101011001 110100 110000

Color Harmonies of #BB3B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3B5B

Black with #BB3B5B

Text Example


Text Example

White with #BB3B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3B5B; }

 p { color: rgb(187,59,91); }

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

background-color css

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

 a { background-color: rgb(187,59,91); }

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

border-color css

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

 span { border-color: rgb(187,59,91); }

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