Html Css Color HEX #BB334D Old Rose

📋 copy color: '#BB334D'

red 187 ◦ green 51 ◦ blue 77

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

Shades of Old Rose #BB334D

Tints of Old Rose #BB334D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 59.37%
G = 16.19%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB334D (or 0xBB334D) is known color: Old Rose. HEX triplet: BB, 33 and 4D. RGB value is (187,51,77). Sum of RGB (Red+Green+Blue) = 187+51+77=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB334D is #44CCB2. Grayscale: #5E5E5E. Windows color (decimal): -4508851 or 5059515. OLE color: 5059515.

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

Color convert

RGB 187 51 77 -
CMYK 0 0.73 0.59 0.27
HSL 348.53º 0.57% 0.47% -
HSV(B) 348.53º 0.73% 0.73% -
XYZ 23.02 13.47 8.41 -
YUV 94.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 187 51 77 0 0.73 0.59 0.27 348.53 0.57 0.47
Hex BB 33 4D 0 49 3B 1B 15D 39 2F
Octal 273 63 115 0 111 73 33 535 71 57
Binary 10111011 110011 1001101 0 1001001 111011 11011 101011101 111001 101111

Color Harmonies of #BB334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB334D

Black with #BB334D

Text Example


Text Example

White with #BB334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB334D; }

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

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

background-color css

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

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

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

border-color css

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

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

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