Html Css Color HEX #BB305D Old Rose

📋 copy color: '#BB305D'

red 187 ◦ green 48 ◦ blue 93

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

Shades of Old Rose #BB305D

Tints of Old Rose #BB305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 57.01%
G = 14.63%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB305D (or 0xBB305D) is known color: Old Rose. HEX triplet: BB, 30 and 5D. RGB value is (187,48,93). Sum of RGB (Red+Green+Blue) = 187+48+93=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB305D is #44CFA2. Grayscale: #5E5E5E. Windows color (decimal): -4509603 or 6107323. OLE color: 6107323.

HSL color Cylindrical-coordinate representation of color #BB305D: hue angle of 340.58º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB305D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 48 93 -
CMYK 0 0.74 0.50 0.27
HSL 340.58º 0.59% 0.46% -
HSV(B) 340.58º 0.74% 0.73% -
XYZ 23.53 13.47 11.72 -
YUV 94.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 187 48 93 0 0.74 0.50 0.27 340.58 0.59 0.46
Hex BB 30 5D 0 4A 32 1B 155 3B 2E
Octal 273 60 135 0 112 62 33 525 73 56
Binary 10111011 110000 1011101 0 1001010 110010 11011 101010101 111011 101110

Color Harmonies of #BB305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB305D

Black with #BB305D

Text Example


Text Example

White with #BB305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB305D; }

 p { color: rgb(187,48,93); }

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

background-color css

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

 a { background-color: rgb(187,48,93); }

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

border-color css

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

 span { border-color: rgb(187,48,93); }

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