Html Css Color HEX #BB1A4F Old Rose

📋 copy color: '#BB1A4F'

red 187 ◦ green 26 ◦ blue 79

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

Shades of Old Rose #BB1A4F

Tints of Old Rose #BB1A4F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.9%

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

R = 64.04%
G = 8.9%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB1A4F (or 0xBB1A4F) is known color: Old Rose. HEX triplet: BB, 1A and 4F. RGB value is (187,26,79). Sum of RGB (Red+Green+Blue) = 187+26+79=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A4F is #44E5B0. Grayscale: #505050. Windows color (decimal): -4515249 or 5184187. OLE color: 5184187.

HSL color Cylindrical-coordinate representation of color #BB1A4F: hue angle of 340.25º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1A4F is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 26 79 -
CMYK 0 0.86 0.58 0.27
HSL 340.25º 0.76% 0.42% -
HSV(B) 340.25º 0.86% 0.73% -
XYZ 22.27 11.87 8.51 -
YUV 80.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 187 26 79 0 0.86 0.58 0.27 340.25 0.76 0.42
Hex BB 1A 4F 0 56 3A 1B 154 4C 2A
Octal 273 32 117 0 126 72 33 524 114 52
Binary 10111011 11010 1001111 0 1010110 111010 11011 101010100 1001100 101010

Color Harmonies of #BB1A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A4F

Black with #BB1A4F

Text Example


Text Example

White with #BB1A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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