Html Css Color HEX #BB385B Old Rose

📋 copy color: '#BB385B'

red 187 ◦ green 56 ◦ blue 91

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

Shades of Old Rose #BB385B

Tints of Old Rose #BB385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 55.99%
G = 16.77%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB385B (or 0xBB385B) is known color: Old Rose. HEX triplet: BB, 38 and 5B. RGB value is (187,56,91). Sum of RGB (Red+Green+Blue) = 187+56+91=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB385B is #44C7A4. Grayscale: #636363. Windows color (decimal): -4507557 or 5978299. OLE color: 5978299.

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

Color convert

RGB 187 56 91 -
CMYK 0 0.70 0.51 0.27
HSL 343.97º 0.54% 0.48% -
HSV(B) 343.97º 0.7% 0.73% -
XYZ 23.8 14.15 11.37 -
YUV 99.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 187 56 91 0 0.70 0.51 0.27 343.97 0.54 0.48
Hex BB 38 5B 0 46 33 1B 158 36 30
Octal 273 70 133 0 106 63 33 530 66 60
Binary 10111011 111000 1011011 0 1000110 110011 11011 101011000 110110 110000

Color Harmonies of #BB385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB385B

Black with #BB385B

Text Example


Text Example

White with #BB385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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