Html Css Color HEX #BB205B Old Rose

📋 copy color: '#BB205B'

red 187 ◦ green 32 ◦ blue 91

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

Shades of Old Rose #BB205B

Tints of Old Rose #BB205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

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

R = 60.32%
G = 10.32%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB205B (or 0xBB205B) is known color: Old Rose. HEX triplet: BB, 20 and 5B. RGB value is (187,32,91). Sum of RGB (Red+Green+Blue) = 187+32+91=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB205B is #44DFA4. Grayscale: #545454. Windows color (decimal): -4513701 or 5972155. OLE color: 5972155.

HSL color Cylindrical-coordinate representation of color #BB205B: hue angle of 337.16º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB205B is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 91 -
CMYK 0 0.83 0.51 0.27
HSL 337.16º 0.71% 0.43% -
HSV(B) 337.16º 0.83% 0.73% -
XYZ 22.9 12.35 11.08 -
YUV 85.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 187 32 91 0 0.83 0.51 0.27 337.16 0.71 0.43
Hex BB 20 5B 0 53 33 1B 151 47 2B
Octal 273 40 133 0 123 63 33 521 107 53
Binary 10111011 100000 1011011 0 1010011 110011 11011 101010001 1000111 101011

Color Harmonies of #BB205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB205B

Black with #BB205B

Text Example


Text Example

White with #BB205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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