Html Css Color HEX #BB1F58 Old Rose

📋 copy color: '#BB1F58'

red 187 ◦ green 31 ◦ blue 88

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

Shades of Old Rose #BB1F58

Tints of Old Rose #BB1F58

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.13%

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

R = 61.11%
G = 10.13%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB1F58 (or 0xBB1F58) is known color: Old Rose. HEX triplet: BB, 1F and 58. RGB value is (187,31,88). Sum of RGB (Red+Green+Blue) = 187+31+88=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1F58 is #44E0A7. Grayscale: #545454. Windows color (decimal): -4513960 or 5775291. OLE color: 5775291.

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

Color convert

RGB 187 31 88 -
CMYK 0 0.83 0.53 0.27
HSL 338.08º 0.72% 0.43% -
HSV(B) 338.08º 0.83% 0.73% -
XYZ 22.74 12.25 10.4 -
YUV 84.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 187 31 88 0 0.83 0.53 0.27 338.08 0.72 0.43
Hex BB 1F 58 0 53 35 1B 152 48 2B
Octal 273 37 130 0 123 65 33 522 110 53
Binary 10111011 11111 1011000 0 1010011 110101 11011 101010010 1001000 101011

Color Harmonies of #BB1F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1F58

Black with #BB1F58

Text Example


Text Example

White with #BB1F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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