Html Css Color HEX #BB254D Old Rose

📋 copy color: '#BB254D'

red 187 ◦ green 37 ◦ blue 77

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

Shades of Old Rose #BB254D

Tints of Old Rose #BB254D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.58%

R = 62.13%
G = 12.29%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB254D (or 0xBB254D) is known color: Old Rose. HEX triplet: BB, 25 and 4D. RGB value is (187,37,77). Sum of RGB (Red+Green+Blue) = 187+37+77=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB254D is #44DAB2. Grayscale: #565656. Windows color (decimal): -4512435 or 5055931. OLE color: 5055931.

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

Color convert

RGB 187 37 77 -
CMYK 0 0.80 0.59 0.27
HSL 344º 0.67% 0.44% -
HSV(B) 344º 0.8% 0.73% -
XYZ 22.49 12.42 8.23 -
YUV 86.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 187 37 77 0 0.80 0.59 0.27 344 0.67 0.44
Hex BB 25 4D 0 50 3B 1B 158 43 2C
Octal 273 45 115 0 120 73 33 530 103 54
Binary 10111011 100101 1001101 0 1010000 111011 11011 101011000 1000011 101100

Color Harmonies of #BB254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB254D

Black with #BB254D

Text Example


Text Example

White with #BB254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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