Html Css Color HEX #BB314F Old Rose

📋 copy color: '#BB314F'

red 187 ◦ green 49 ◦ blue 79

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

Shades of Old Rose #BB314F

Tints of Old Rose #BB314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.56%

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 59.37%
G = 15.56%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB314F (or 0xBB314F) is known color: Old Rose. HEX triplet: BB, 31 and 4F. RGB value is (187,49,79). Sum of RGB (Red+Green+Blue) = 187+49+79=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB314F is #44CEB0. Grayscale: #5D5D5D. Windows color (decimal): -4509361 or 5190075. OLE color: 5190075.

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

Color convert

RGB 187 49 79 -
CMYK 0 0.74 0.58 0.27
HSL 346.96º 0.58% 0.46% -
HSV(B) 346.96º 0.74% 0.73% -
XYZ 23 13.33 8.76 -
YUV 93.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 187 49 79 0 0.74 0.58 0.27 346.96 0.58 0.46
Hex BB 31 4F 0 4A 3A 1B 15B 3A 2E
Octal 273 61 117 0 112 72 33 533 72 56
Binary 10111011 110001 1001111 0 1001010 111010 11011 101011011 111010 101110

Color Harmonies of #BB314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB314F

Black with #BB314F

Text Example


Text Example

White with #BB314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB314F; }

 p { color: rgb(187,49,79); }

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

background-color css

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

 a { background-color: rgb(187,49,79); }

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

border-color css

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

 span { border-color: rgb(187,49,79); }

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