Html Css Color HEX #BB2543 Old Rose

📋 copy color: '#BB2543'

red 187 ◦ green 37 ◦ blue 67

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

Shades of Old Rose #BB2543

Tints of Old Rose #BB2543

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

 BLUE value IS 67 (26.56% from 255) = 23.02%

R = 64.26%
G = 12.71%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB2543 (or 0xBB2543) is known color: Old Rose. HEX triplet: BB, 25 and 43. RGB value is (187,37,67). Sum of RGB (Red+Green+Blue) = 187+37+67=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2543 is #44DABC. Grayscale: #555555. Windows color (decimal): -4512445 or 4400571. OLE color: 4400571.

HSL color Cylindrical-coordinate representation of color #BB2543: hue angle of 348º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2543 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 67 -
CMYK 0 0.80 0.64 0.27
HSL 348º 0.67% 0.44% -
HSV(B) 348º 0.8% 0.73% -
XYZ 22.17 12.29 6.51 -
YUV 85.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 187 37 67 0 0.80 0.64 0.27 348 0.67 0.44
Hex BB 25 43 0 50 40 1B 15C 43 2C
Octal 273 45 103 0 120 100 33 534 103 54
Binary 10111011 100101 1000011 0 1010000 1000000 11011 101011100 1000011 101100

Color Harmonies of #BB2543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2543

Black with #BB2543

Text Example


Text Example

White with #BB2543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2543; }

 p { color: rgb(187,37,67); }

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

background-color css

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

 a { background-color: rgb(187,37,67); }

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

border-color css

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

 span { border-color: rgb(187,37,67); }

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