Html Css Color HEX #BB345E Old Rose

📋 copy color: '#BB345E'

red 187 ◦ green 52 ◦ blue 94

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

Shades of Old Rose #BB345E

Tints of Old Rose #BB345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 56.16%
G = 15.62%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB345E (or 0xBB345E) is known color: Old Rose. HEX triplet: BB, 34 and 5E. RGB value is (187,52,94). Sum of RGB (Red+Green+Blue) = 187+52+94=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB345E is #44CBA1. Grayscale: #616161. Windows color (decimal): -4508578 or 6173883. OLE color: 6173883.

HSL color Cylindrical-coordinate representation of color #BB345E: hue angle of 341.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB345E is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 94 -
CMYK 0 0.72 0.50 0.27
HSL 341.33º 0.56% 0.47% -
HSV(B) 341.33º 0.72% 0.73% -
XYZ 23.74 13.83 12.01 -
YUV 97.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 187 52 94 0 0.72 0.50 0.27 341.33 0.56 0.47
Hex BB 34 5E 0 48 32 1B 155 38 2F
Octal 273 64 136 0 110 62 33 525 70 57
Binary 10111011 110100 1011110 0 1001000 110010 11011 101010101 111000 101111

Color Harmonies of #BB345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB345E

Black with #BB345E

Text Example


Text Example

White with #BB345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB345E; }

 p { color: rgb(187,52,94); }

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

background-color css

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

 a { background-color: rgb(187,52,94); }

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

border-color css

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

 span { border-color: rgb(187,52,94); }

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