Html Css Color HEX #BB334F Old Rose

📋 copy color: '#BB334F'

red 187 ◦ green 51 ◦ blue 79

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

Shades of Old Rose #BB334F

Tints of Old Rose #BB334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 58.99%
G = 16.09%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB334F (or 0xBB334F) is known color: Old Rose. HEX triplet: BB, 33 and 4F. RGB value is (187,51,79). Sum of RGB (Red+Green+Blue) = 187+51+79=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB334F is #44CCB0. Grayscale: #5E5E5E. Windows color (decimal): -4508849 or 5190587. OLE color: 5190587.

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

Color convert

RGB 187 51 79 -
CMYK 0 0.73 0.58 0.27
HSL 347.65º 0.57% 0.47% -
HSV(B) 347.65º 0.73% 0.73% -
XYZ 23.09 13.5 8.79 -
YUV 94.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 187 51 79 0 0.73 0.58 0.27 347.65 0.57 0.47
Hex BB 33 4F 0 49 3A 1B 15C 39 2F
Octal 273 63 117 0 111 72 33 534 71 57
Binary 10111011 110011 1001111 0 1001001 111010 11011 101011100 111001 101111

Color Harmonies of #BB334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB334F

Black with #BB334F

Text Example


Text Example

White with #BB334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB334F; }

 p { color: rgb(187,51,79); }

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

background-color css

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

 a { background-color: rgb(187,51,79); }

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

border-color css

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

 span { border-color: rgb(187,51,79); }

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