Html Css Color HEX #BB334A Old Rose

📋 copy color: '#BB334A'

red 187 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #BB334A

Tints of Old Rose #BB334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 59.94%
G = 16.35%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB334A (or 0xBB334A) is known color: Old Rose. HEX triplet: BB, 33 and 4A. RGB value is (187,51,74). Sum of RGB (Red+Green+Blue) = 187+51+74=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB334A is #44CCB5. Grayscale: #5E5E5E. Windows color (decimal): -4508854 or 4862907. OLE color: 4862907.

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

Color convert

RGB 187 51 74 -
CMYK 0 0.73 0.60 0.27
HSL 349.85º 0.57% 0.47% -
HSV(B) 349.85º 0.73% 0.73% -
XYZ 22.91 13.43 7.86 -
YUV 94.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 187 51 74 0 0.73 0.60 0.27 349.85 0.57 0.47
Hex BB 33 4A 0 49 3C 1B 15E 39 2F
Octal 273 63 112 0 111 74 33 536 71 57
Binary 10111011 110011 1001010 0 1001001 111100 11011 101011110 111001 101111

Color Harmonies of #BB334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB334A

Black with #BB334A

Text Example


Text Example

White with #BB334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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