Html Css Color HEX #BB255A Old Rose

📋 copy color: '#BB255A'

red 187 ◦ green 37 ◦ blue 90

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

Shades of Old Rose #BB255A

Tints of Old Rose #BB255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.78%

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

R = 59.55%
G = 11.78%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB255A (or 0xBB255A) is known color: Old Rose. HEX triplet: BB, 25 and 5A. RGB value is (187,37,90). Sum of RGB (Red+Green+Blue) = 187+37+90=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB255A is #44DAA5. Grayscale: #575757. Windows color (decimal): -4512422 or 5907899. OLE color: 5907899.

HSL color Cylindrical-coordinate representation of color #BB255A: hue angle of 338.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB255A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 90 -
CMYK 0 0.80 0.52 0.27
HSL 338.8º 0.67% 0.44% -
HSV(B) 338.8º 0.8% 0.73% -
XYZ 23 12.63 10.9 -
YUV 87.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 187 37 90 0 0.80 0.52 0.27 338.8 0.67 0.44
Hex BB 25 5A 0 50 34 1B 153 43 2C
Octal 273 45 132 0 120 64 33 523 103 54
Binary 10111011 100101 1011010 0 1010000 110100 11011 101010011 1000011 101100

Color Harmonies of #BB255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB255A

Black with #BB255A

Text Example


Text Example

White with #BB255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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