Html Css Color HEX #BB345B Old Rose

📋 copy color: '#BB345B'

red 187 ◦ green 52 ◦ blue 91

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

Shades of Old Rose #BB345B

Tints of Old Rose #BB345B

RGB

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

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

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

R = 56.67%
G = 15.76%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB345B (or 0xBB345B) is known color: Old Rose. HEX triplet: BB, 34 and 5B. RGB value is (187,52,91). Sum of RGB (Red+Green+Blue) = 187+52+91=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB345B is #44CBA4. Grayscale: #606060. Windows color (decimal): -4508581 or 5977275. OLE color: 5977275.

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

Color convert

RGB 187 52 91 -
CMYK 0 0.72 0.51 0.27
HSL 342.67º 0.56% 0.47% -
HSV(B) 342.67º 0.72% 0.73% -
XYZ 23.61 13.78 11.31 -
YUV 96.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 187 52 91 0 0.72 0.51 0.27 342.67 0.56 0.47
Hex BB 34 5B 0 48 33 1B 157 38 2F
Octal 273 64 133 0 110 63 33 527 70 57
Binary 10111011 110100 1011011 0 1001000 110011 11011 101010111 111000 101111

Color Harmonies of #BB345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB345B

Black with #BB345B

Text Example


Text Example

White with #BB345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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