Html Css Color HEX #BB274F Old Rose

📋 copy color: '#BB274F'

red 187 ◦ green 39 ◦ blue 79

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

Shades of Old Rose #BB274F

Tints of Old Rose #BB274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

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

R = 61.31%
G = 12.79%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB274F (or 0xBB274F) is known color: Old Rose. HEX triplet: BB, 27 and 4F. RGB value is (187,39,79). Sum of RGB (Red+Green+Blue) = 187+39+79=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB274F is #44D8B0. Grayscale: #575757. Windows color (decimal): -4511921 or 5187515. OLE color: 5187515.

HSL color Cylindrical-coordinate representation of color #BB274F: hue angle of 343.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB274F is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 39 79 -
CMYK 0 0.79 0.58 0.27
HSL 343.78º 0.65% 0.44% -
HSV(B) 343.78º 0.79% 0.73% -
XYZ 22.63 12.58 8.63 -
YUV 87.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 187 39 79 0 0.79 0.58 0.27 343.78 0.65 0.44
Hex BB 27 4F 0 4F 3A 1B 158 41 2C
Octal 273 47 117 0 117 72 33 530 101 54
Binary 10111011 100111 1001111 0 1001111 111010 11011 101011000 1000001 101100

Color Harmonies of #BB274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB274F

Black with #BB274F

Text Example


Text Example

White with #BB274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB274F; }

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

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

background-color css

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

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

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

border-color css

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

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

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