Html Css Color HEX #BB3748 Old Rose

📋 copy color: '#BB3748'

red 187 ◦ green 55 ◦ blue 72

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

Shades of Old Rose #BB3748

Tints of Old Rose #BB3748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.93%

R = 59.55%
G = 17.52%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB3748 (or 0xBB3748) is known color: Old Rose. HEX triplet: BB, 37 and 48. RGB value is (187,55,72). Sum of RGB (Red+Green+Blue) = 187+55+72=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3748 is #44C8B7. Grayscale: #606060. Windows color (decimal): -4507832 or 4732859. OLE color: 4732859.

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

Color convert

RGB 187 55 72 -
CMYK 0 0.71 0.61 0.27
HSL 352.27º 0.55% 0.47% -
HSV(B) 352.27º 0.71% 0.73% -
XYZ 23.03 13.77 7.57 -
YUV 96.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 187 55 72 0 0.71 0.61 0.27 352.27 0.55 0.47
Hex BB 37 48 0 47 3D 1B 160 37 2F
Octal 273 67 110 0 107 75 33 540 67 57
Binary 10111011 110111 1001000 0 1000111 111101 11011 101100000 110111 101111

Color Harmonies of #BB3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3748

Black with #BB3748

Text Example


Text Example

White with #BB3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3748; }

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

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

background-color css

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

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

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

border-color css

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

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

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