Html Css Color HEX #BB3458 Old Rose

📋 copy color: '#BB3458'

red 187 ◦ green 52 ◦ blue 88

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

Shades of Old Rose #BB3458

Tints of Old Rose #BB3458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.91%

R = 57.19%
G = 15.9%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB3458 (or 0xBB3458) is known color: Old Rose. HEX triplet: BB, 34 and 58. RGB value is (187,52,88). Sum of RGB (Red+Green+Blue) = 187+52+88=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3458 is #44CBA7. Grayscale: #606060. Windows color (decimal): -4508584 or 5780667. OLE color: 5780667.

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

Color convert

RGB 187 52 88 -
CMYK 0 0.72 0.53 0.27
HSL 344º 0.56% 0.47% -
HSV(B) 344º 0.72% 0.73% -
XYZ 23.48 13.73 10.64 -
YUV 96.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 187 52 88 0 0.72 0.53 0.27 344 0.56 0.47
Hex BB 34 58 0 48 35 1B 158 38 2F
Octal 273 64 130 0 110 65 33 530 70 57
Binary 10111011 110100 1011000 0 1001000 110101 11011 101011000 111000 101111

Color Harmonies of #BB3458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3458

Black with #BB3458

Text Example


Text Example

White with #BB3458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3458; }

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

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

background-color css

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

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

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

border-color css

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

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

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