Html Css Color HEX #BB3A57 Old Rose

📋 copy color: '#BB3A57'

red 187 ◦ green 58 ◦ blue 87

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

Shades of Old Rose #BB3A57

Tints of Old Rose #BB3A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.47%

 BLUE value IS 87 (34.38% from 255) = 26.2%

R = 56.33%
G = 17.47%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB3A57 (or 0xBB3A57) is known color: Old Rose. HEX triplet: BB, 3A and 57. RGB value is (187,58,87). Sum of RGB (Red+Green+Blue) = 187+58+87=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3A57 is #44C5A8. Grayscale: #636363. Windows color (decimal): -4507049 or 5716667. OLE color: 5716667.

HSL color Cylindrical-coordinate representation of color #BB3A57: hue angle of 346.51º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3A57 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 58 87 -
CMYK 0 0.69 0.53 0.27
HSL 346.51º 0.53% 0.48% -
HSV(B) 346.51º 0.69% 0.73% -
XYZ 23.73 14.28 10.52 -
YUV 99.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 187 58 87 0 0.69 0.53 0.27 346.51 0.53 0.48
Hex BB 3A 57 0 45 35 1B 15B 35 30
Octal 273 72 127 0 105 65 33 533 65 60
Binary 10111011 111010 1010111 0 1000101 110101 11011 101011011 110101 110000

Color Harmonies of #BB3A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A57

Black with #BB3A57

Text Example


Text Example

White with #BB3A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A57; }

 p { color: rgb(187,58,87); }

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

background-color css

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

 a { background-color: rgb(187,58,87); }

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

border-color css

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

 span { border-color: rgb(187,58,87); }

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