Html Css Color HEX #BB3650 Old Rose

📋 copy color: '#BB3650'

red 187 ◦ green 54 ◦ blue 80

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

Shades of Old Rose #BB3650

Tints of Old Rose #BB3650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 58.26%
G = 16.82%
B = 24.92%

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

#BB3650 (or 0xBB3650) is known color: Old Rose. HEX triplet: BB, 36 and 50. RGB value is (187,54,80). Sum of RGB (Red+Green+Blue) = 187+54+80=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3650 is #44C9AF. Grayscale: #606060. Windows color (decimal): -4508080 or 5256891. OLE color: 5256891.

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

Color convert

RGB 187 54 80 -
CMYK 0 0.71 0.57 0.27
HSL 348.27º 0.55% 0.47% -
HSV(B) 348.27º 0.71% 0.73% -
XYZ 23.26 13.78 9.02 -
YUV 96.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 187 54 80 0 0.71 0.57 0.27 348.27 0.55 0.47
Hex BB 36 50 0 47 39 1B 15C 37 2F
Octal 273 66 120 0 107 71 33 534 67 57
Binary 10111011 110110 1010000 0 1000111 111001 11011 101011100 110111 101111

Color Harmonies of #BB3650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3650

Black with #BB3650

Text Example


Text Example

White with #BB3650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3650; }

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

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

background-color css

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

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

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

border-color css

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

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

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