Html Css Color HEX #BB374D Old Rose

📋 copy color: '#BB374D'

red 187 ◦ green 55 ◦ blue 77

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

Shades of Old Rose #BB374D

Tints of Old Rose #BB374D

RGB

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

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

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

R = 58.62%
G = 17.24%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB374D (or 0xBB374D) is known color: Old Rose. HEX triplet: BB, 37 and 4D. RGB value is (187,55,77). Sum of RGB (Red+Green+Blue) = 187+55+77=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB374D is #44C8B2. Grayscale: #616161. Windows color (decimal): -4507827 or 5060539. OLE color: 5060539.

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

Color convert

RGB 187 55 77 -
CMYK 0 0.71 0.59 0.27
HSL 350º 0.55% 0.47% -
HSV(B) 350º 0.71% 0.73% -
XYZ 23.2 13.83 8.47 -
YUV 96.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 187 55 77 0 0.71 0.59 0.27 350 0.55 0.47
Hex BB 37 4D 0 47 3B 1B 15E 37 2F
Octal 273 67 115 0 107 73 33 536 67 57
Binary 10111011 110111 1001101 0 1000111 111011 11011 101011110 110111 101111

Color Harmonies of #BB374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB374D

Black with #BB374D

Text Example


Text Example

White with #BB374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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