Html Css Color HEX #BB3958 Old Rose

📋 copy color: '#BB3958'

red 187 ◦ green 57 ◦ blue 88

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

Shades of Old Rose #BB3958

Tints of Old Rose #BB3958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 56.33%
G = 17.17%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB3958 (or 0xBB3958) is known color: Old Rose. HEX triplet: BB, 39 and 58. RGB value is (187,57,88). Sum of RGB (Red+Green+Blue) = 187+57+88=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3958 is #44C6A7. Grayscale: #636363. Windows color (decimal): -4507304 or 5781947. OLE color: 5781947.

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

Color convert

RGB 187 57 88 -
CMYK 0 0.70 0.53 0.27
HSL 345.69º 0.53% 0.48% -
HSV(B) 345.69º 0.7% 0.73% -
XYZ 23.72 14.2 10.72 -
YUV 99.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 187 57 88 0 0.70 0.53 0.27 345.69 0.53 0.48
Hex BB 39 58 0 46 35 1B 15A 35 30
Octal 273 71 130 0 106 65 33 532 65 60
Binary 10111011 111001 1011000 0 1000110 110101 11011 101011010 110101 110000

Color Harmonies of #BB3958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3958

Black with #BB3958

Text Example


Text Example

White with #BB3958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3958; }

 p { color: rgb(187,57,88); }

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

background-color css

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

 a { background-color: rgb(187,57,88); }

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

border-color css

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

 span { border-color: rgb(187,57,88); }

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