Html Css Color HEX #BB144F Old Rose

📋 copy color: '#BB144F'

red 187 ◦ green 20 ◦ blue 79

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

Shades of Old Rose #BB144F

Tints of Old Rose #BB144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 65.38%
G = 6.99%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB144F (or 0xBB144F) is known color: Old Rose. HEX triplet: BB, 14 and 4F. RGB value is (187,20,79). Sum of RGB (Red+Green+Blue) = 187+20+79=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB144F is #44EBB0. Grayscale: #4C4C4C. Windows color (decimal): -4516785 or 5182651. OLE color: 5182651.

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

Color convert

RGB 187 20 79 -
CMYK 0 0.89 0.58 0.27
HSL 338.8º 0.81% 0.41% -
HSV(B) 338.8º 0.89% 0.73% -
XYZ 22.15 11.63 8.47 -
YUV 76.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 187 20 79 0 0.89 0.58 0.27 338.8 0.81 0.41
Hex BB 14 4F 0 59 3A 1B 153 51 29
Octal 273 24 117 0 131 72 33 523 121 51
Binary 10111011 10100 1001111 0 1011001 111010 11011 101010011 1010001 101001

Color Harmonies of #BB144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB144F

Black with #BB144F

Text Example


Text Example

White with #BB144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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