Html Css Color HEX #BB334E Old Rose

📋 copy color: '#BB334E'

red 187 ◦ green 51 ◦ blue 78

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

Shades of Old Rose #BB334E

Tints of Old Rose #BB334E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.68%

R = 59.18%
G = 16.14%
B = 24.68%

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

#BB334E (or 0xBB334E) is known color: Old Rose. HEX triplet: BB, 33 and 4E. RGB value is (187,51,78). Sum of RGB (Red+Green+Blue) = 187+51+78=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB334E is #44CCB1. Grayscale: #5E5E5E. Windows color (decimal): -4508850 or 5125051. OLE color: 5125051.

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

Color convert

RGB 187 51 78 -
CMYK 0 0.73 0.58 0.27
HSL 348.09º 0.57% 0.47% -
HSV(B) 348.09º 0.73% 0.73% -
XYZ 23.05 13.48 8.6 -
YUV 94.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 187 51 78 0 0.73 0.58 0.27 348.09 0.57 0.47
Hex BB 33 4E 0 49 3A 1B 15C 39 2F
Octal 273 63 116 0 111 72 33 534 71 57
Binary 10111011 110011 1001110 0 1001001 111010 11011 101011100 111001 101111

Color Harmonies of #BB334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB334E

Black with #BB334E

Text Example


Text Example

White with #BB334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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