Html Css Color HEX #BB344B Old Rose

📋 copy color: '#BB344B'

red 187 ◦ green 52 ◦ blue 75

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

Shades of Old Rose #BB344B

Tints of Old Rose #BB344B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 59.55%
G = 16.56%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB344B (or 0xBB344B) is known color: Old Rose. HEX triplet: BB, 34 and 4B. RGB value is (187,52,75). Sum of RGB (Red+Green+Blue) = 187+52+75=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB344B is #44CBB4. Grayscale: #5F5F5F. Windows color (decimal): -4508597 or 4928699. OLE color: 4928699.

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

Color convert

RGB 187 52 75 -
CMYK 0 0.72 0.60 0.27
HSL 349.78º 0.56% 0.47% -
HSV(B) 349.78º 0.72% 0.73% -
XYZ 22.99 13.53 8.06 -
YUV 94.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 187 52 75 0 0.72 0.60 0.27 349.78 0.56 0.47
Hex BB 34 4B 0 48 3C 1B 15E 38 2F
Octal 273 64 113 0 110 74 33 536 70 57
Binary 10111011 110100 1001011 0 1001000 111100 11011 101011110 111000 101111

Color Harmonies of #BB344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB344B

Black with #BB344B

Text Example


Text Example

White with #BB344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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