Html Css Color HEX #BB374F Old Rose

📋 copy color: '#BB374F'

red 187 ◦ green 55 ◦ blue 79

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

Shades of Old Rose #BB374F

Tints of Old Rose #BB374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

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

R = 58.26%
G = 17.13%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB374F (or 0xBB374F) is known color: Old Rose. HEX triplet: BB, 37 and 4F. RGB value is (187,55,79). Sum of RGB (Red+Green+Blue) = 187+55+79=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB374F is #44C8B0. Grayscale: #616161. Windows color (decimal): -4507825 or 5191611. OLE color: 5191611.

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

Color convert

RGB 187 55 79 -
CMYK 0 0.71 0.58 0.27
HSL 349.09º 0.55% 0.47% -
HSV(B) 349.09º 0.71% 0.73% -
XYZ 23.27 13.86 8.85 -
YUV 97.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 187 55 79 0 0.71 0.58 0.27 349.09 0.55 0.47
Hex BB 37 4F 0 47 3A 1B 15D 37 2F
Octal 273 67 117 0 107 72 33 535 67 57
Binary 10111011 110111 1001111 0 1000111 111010 11011 101011101 110111 101111

Color Harmonies of #BB374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB374F

Black with #BB374F

Text Example


Text Example

White with #BB374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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