Html Css Color HEX #BB384E Old Rose

📋 copy color: '#BB384E'

red 187 ◦ green 56 ◦ blue 78

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

Shades of Old Rose #BB384E

Tints of Old Rose #BB384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 58.26%
G = 17.45%
B = 24.3%

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

#BB384E (or 0xBB384E) is known color: Old Rose. HEX triplet: BB, 38 and 4E. RGB value is (187,56,78). Sum of RGB (Red+Green+Blue) = 187+56+78=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB384E is #44C7B1. Grayscale: #616161. Windows color (decimal): -4507570 or 5126331. OLE color: 5126331.

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

Color convert

RGB 187 56 78 -
CMYK 0 0.70 0.58 0.27
HSL 349.92º 0.54% 0.48% -
HSV(B) 349.92º 0.7% 0.73% -
XYZ 23.28 13.94 8.67 -
YUV 97.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 187 56 78 0 0.70 0.58 0.27 349.92 0.54 0.48
Hex BB 38 4E 0 46 3A 1B 15E 36 30
Octal 273 70 116 0 106 72 33 536 66 60
Binary 10111011 111000 1001110 0 1000110 111010 11011 101011110 110110 110000

Color Harmonies of #BB384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB384E

Black with #BB384E

Text Example


Text Example

White with #BB384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB384E; }

 p { color: rgb(187,56,78); }

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

background-color css

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

 a { background-color: rgb(187,56,78); }

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

border-color css

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

 span { border-color: rgb(187,56,78); }

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