Html Css Color HEX #BB3453 Old Rose

📋 copy color: '#BB3453'

red 187 ◦ green 52 ◦ blue 83

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

Shades of Old Rose #BB3453

Tints of Old Rose #BB3453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.78%

R = 58.07%
G = 16.15%
B = 25.78%

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

#BB3453 (or 0xBB3453) is known color: Old Rose. HEX triplet: BB, 34 and 53. RGB value is (187,52,83). Sum of RGB (Red+Green+Blue) = 187+52+83=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3453 is #44CBAC. Grayscale: #5F5F5F. Windows color (decimal): -4508589 or 5452987. OLE color: 5452987.

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

Color convert

RGB 187 52 83 -
CMYK 0 0.72 0.56 0.27
HSL 346.22º 0.56% 0.47% -
HSV(B) 346.22º 0.72% 0.73% -
XYZ 23.28 13.65 9.59 -
YUV 95.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 187 52 83 0 0.72 0.56 0.27 346.22 0.56 0.47
Hex BB 34 53 0 48 38 1B 15A 38 2F
Octal 273 64 123 0 110 70 33 532 70 57
Binary 10111011 110100 1010011 0 1001000 111000 11011 101011010 111000 101111

Color Harmonies of #BB3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3453

Black with #BB3453

Text Example


Text Example

White with #BB3453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3453; }

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

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

background-color css

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

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

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

border-color css

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

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

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