Html Css Color HEX #BB424F Old Rose

📋 copy color: '#BB424F'

red 187 ◦ green 66 ◦ blue 79

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

Shades of Old Rose #BB424F

Tints of Old Rose #BB424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

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

R = 56.33%
G = 19.88%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB424F (or 0xBB424F) is known color: Old Rose. HEX triplet: BB, 42 and 4F. RGB value is (187,66,79). Sum of RGB (Red+Green+Blue) = 187+66+79=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB424F is #44BDB0. Grayscale: #676767. Windows color (decimal): -4505009 or 5194427. OLE color: 5194427.

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

Color convert

RGB 187 66 79 -
CMYK 0 0.65 0.58 0.27
HSL 353.55º 0.48% 0.5% -
HSV(B) 353.55º 0.65% 0.73% -
XYZ 23.85 15.03 9.04 -
YUV 103.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 187 66 79 0 0.65 0.58 0.27 353.55 0.48 0.5
Hex BB 42 4F 0 41 3A 1B 162 30 32
Octal 273 102 117 0 101 72 33 542 60 62
Binary 10111011 1000010 1001111 0 1000001 111010 11011 101100010 110000 110010

Color Harmonies of #BB424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB424F

Black with #BB424F

Text Example


Text Example

White with #BB424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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