Html Css Color HEX #BB3452 Old Rose

📋 copy color: '#BB3452'

red 187 ◦ green 52 ◦ blue 82

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

Shades of Old Rose #BB3452

Tints of Old Rose #BB3452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.55%

R = 58.26%
G = 16.2%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB3452 (or 0xBB3452) is known color: Old Rose. HEX triplet: BB, 34 and 52. RGB value is (187,52,82). Sum of RGB (Red+Green+Blue) = 187+52+82=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3452 is #44CBAD. Grayscale: #5F5F5F. Windows color (decimal): -4508590 or 5387451. OLE color: 5387451.

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

Color convert

RGB 187 52 82 -
CMYK 0 0.72 0.56 0.27
HSL 346.67º 0.56% 0.47% -
HSV(B) 346.67º 0.72% 0.73% -
XYZ 23.24 13.63 9.39 -
YUV 95.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 187 52 82 0 0.72 0.56 0.27 346.67 0.56 0.47
Hex BB 34 52 0 48 38 1B 15B 38 2F
Octal 273 64 122 0 110 70 33 533 70 57
Binary 10111011 110100 1010010 0 1001000 111000 11011 101011011 111000 101111

Color Harmonies of #BB3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3452

Black with #BB3452

Text Example


Text Example

White with #BB3452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3452; }

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

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

background-color css

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

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

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

border-color css

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

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

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