Html Css Color HEX #BB254F Old Rose

📋 copy color: '#BB254F'

red 187 ◦ green 37 ◦ blue 79

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

Shades of Old Rose #BB254F

Tints of Old Rose #BB254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 61.72%
G = 12.21%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB254F (or 0xBB254F) is known color: Old Rose. HEX triplet: BB, 25 and 4F. RGB value is (187,37,79). Sum of RGB (Red+Green+Blue) = 187+37+79=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB254F is #44DAB0. Grayscale: #565656. Windows color (decimal): -4512433 or 5187003. OLE color: 5187003.

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

Color convert

RGB 187 37 79 -
CMYK 0 0.80 0.58 0.27
HSL 343.2º 0.67% 0.44% -
HSV(B) 343.2º 0.8% 0.73% -
XYZ 22.57 12.45 8.61 -
YUV 86.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 187 37 79 0 0.80 0.58 0.27 343.2 0.67 0.44
Hex BB 25 4F 0 50 3A 1B 157 43 2C
Octal 273 45 117 0 120 72 33 527 103 54
Binary 10111011 100101 1001111 0 1010000 111010 11011 101010111 1000011 101100

Color Harmonies of #BB254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB254F

Black with #BB254F

Text Example


Text Example

White with #BB254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB254F; }

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

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

background-color css

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

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

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

border-color css

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

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

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