Html Css Color HEX #BB304D Old Rose

📋 copy color: '#BB304D'

red 187 ◦ green 48 ◦ blue 77

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

Shades of Old Rose #BB304D

Tints of Old Rose #BB304D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.68%

R = 59.94%
G = 15.38%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB304D (or 0xBB304D) is known color: Old Rose. HEX triplet: BB, 30 and 4D. RGB value is (187,48,77). Sum of RGB (Red+Green+Blue) = 187+48+77=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB304D is #44CFB2. Grayscale: #5C5C5C. Windows color (decimal): -4509619 or 5058747. OLE color: 5058747.

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

Color convert

RGB 187 48 77 -
CMYK 0 0.74 0.59 0.27
HSL 347.48º 0.59% 0.46% -
HSV(B) 347.48º 0.74% 0.73% -
XYZ 22.89 13.21 8.37 -
YUV 92.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 187 48 77 0 0.74 0.59 0.27 347.48 0.59 0.46
Hex BB 30 4D 0 4A 3B 1B 15B 3B 2E
Octal 273 60 115 0 112 73 33 533 73 56
Binary 10111011 110000 1001101 0 1001010 111011 11011 101011011 111011 101110

Color Harmonies of #BB304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB304D

Black with #BB304D

Text Example


Text Example

White with #BB304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB304D; }

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

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

background-color css

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

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

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

border-color css

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

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

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