Html Css Color HEX #BB3750 Old Rose

📋 copy color: '#BB3750'

red 187 ◦ green 55 ◦ blue 80

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

Shades of Old Rose #BB3750

Tints of Old Rose #BB3750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.84%

R = 58.07%
G = 17.08%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB3750 (or 0xBB3750) is known color: Old Rose. HEX triplet: BB, 37 and 50. RGB value is (187,55,80). Sum of RGB (Red+Green+Blue) = 187+55+80=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3750 is #44C8AF. Grayscale: #616161. Windows color (decimal): -4507824 or 5257147. OLE color: 5257147.

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

Color convert

RGB 187 55 80 -
CMYK 0 0.71 0.57 0.27
HSL 348.64º 0.55% 0.47% -
HSV(B) 348.64º 0.71% 0.73% -
XYZ 23.31 13.88 9.04 -
YUV 97.32 118.23 191.97 -
System Red Green Blue C M Y K H S L
Decimal 187 55 80 0 0.71 0.57 0.27 348.64 0.55 0.47
Hex BB 37 50 0 47 39 1B 15D 37 2F
Octal 273 67 120 0 107 71 33 535 67 57
Binary 10111011 110111 1010000 0 1000111 111001 11011 101011101 110111 101111

Color Harmonies of #BB3750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3750

Black with #BB3750

Text Example


Text Example

White with #BB3750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3750; }

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

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

background-color css

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

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

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

border-color css

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

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

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