Html Css Color HEX #BB394F Old Rose

📋 copy color: '#BB394F'

red 187 ◦ green 57 ◦ blue 79

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

Shades of Old Rose #BB394F

Tints of Old Rose #BB394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

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

R = 57.89%
G = 17.65%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB394F (or 0xBB394F) is known color: Old Rose. HEX triplet: BB, 39 and 4F. RGB value is (187,57,79). Sum of RGB (Red+Green+Blue) = 187+57+79=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB394F is #44C6B0. Grayscale: #626262. Windows color (decimal): -4507313 or 5192123. OLE color: 5192123.

HSL color Cylindrical-coordinate representation of color #BB394F: hue angle of 349.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB394F is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 57 79 -
CMYK 0 0.70 0.58 0.27
HSL 349.85º 0.53% 0.48% -
HSV(B) 349.85º 0.7% 0.73% -
XYZ 23.37 14.06 8.88 -
YUV 98.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 187 57 79 0 0.70 0.58 0.27 349.85 0.53 0.48
Hex BB 39 4F 0 46 3A 1B 15E 35 30
Octal 273 71 117 0 106 72 33 536 65 60
Binary 10111011 111001 1001111 0 1000110 111010 11011 101011110 110101 110000

Color Harmonies of #BB394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB394F

Black with #BB394F

Text Example


Text Example

White with #BB394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB394F; }

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

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

background-color css

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

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

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

border-color css

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

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

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