Html Css Color HEX #BB3E4F Old Rose

📋 copy color: '#BB3E4F'

red 187 ◦ green 62 ◦ blue 79

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

Shades of Old Rose #BB3E4F

Tints of Old Rose #BB3E4F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

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

R = 57.01%
G = 18.9%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB3E4F (or 0xBB3E4F) is known color: Old Rose. HEX triplet: BB, 3E and 4F. RGB value is (187,62,79). Sum of RGB (Red+Green+Blue) = 187+62+79=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E4F is #44C1B0. Grayscale: #656565. Windows color (decimal): -4506033 or 5193403. OLE color: 5193403.

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

Color convert

RGB 187 62 79 -
CMYK 0 0.67 0.58 0.27
HSL 351.84º 0.5% 0.49% -
HSV(B) 351.84º 0.67% 0.73% -
XYZ 23.63 14.57 8.97 -
YUV 101.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 187 62 79 0 0.67 0.58 0.27 351.84 0.5 0.49
Hex BB 3E 4F 0 43 3A 1B 160 32 31
Octal 273 76 117 0 103 72 33 540 62 61
Binary 10111011 111110 1001111 0 1000011 111010 11011 101100000 110010 110001

Color Harmonies of #BB3E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E4F

Black with #BB3E4F

Text Example


Text Example

White with #BB3E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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