Html Css Color HEX #BB385A Old Rose

📋 copy color: '#BB385A'

red 187 ◦ green 56 ◦ blue 90

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

Shades of Old Rose #BB385A

Tints of Old Rose #BB385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 56.16%
G = 16.82%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB385A (or 0xBB385A) is known color: Old Rose. HEX triplet: BB, 38 and 5A. RGB value is (187,56,90). Sum of RGB (Red+Green+Blue) = 187+56+90=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB385A is #44C7A5. Grayscale: #636363. Windows color (decimal): -4507558 or 5912763. OLE color: 5912763.

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

Color convert

RGB 187 56 90 -
CMYK 0 0.70 0.52 0.27
HSL 344.43º 0.54% 0.48% -
HSV(B) 344.43º 0.7% 0.73% -
XYZ 23.75 14.13 11.15 -
YUV 99.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 187 56 90 0 0.70 0.52 0.27 344.43 0.54 0.48
Hex BB 38 5A 0 46 34 1B 158 36 30
Octal 273 70 132 0 106 64 33 530 66 60
Binary 10111011 111000 1011010 0 1000110 110100 11011 101011000 110110 110000

Color Harmonies of #BB385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB385A

Black with #BB385A

Text Example


Text Example

White with #BB385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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