Html Css Color HEX #BB3745 Old Rose

📋 copy color: '#BB3745'

red 187 ◦ green 55 ◦ blue 69

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

Shades of Old Rose #BB3745

Tints of Old Rose #BB3745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 60.13%
G = 17.68%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB3745 (or 0xBB3745) is known color: Old Rose. HEX triplet: BB, 37 and 45. RGB value is (187,55,69). Sum of RGB (Red+Green+Blue) = 187+55+69=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3745 is #44C8BA. Grayscale: #606060. Windows color (decimal): -4507835 or 4536251. OLE color: 4536251.

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

Color convert

RGB 187 55 69 -
CMYK 0 0.71 0.63 0.27
HSL 353.64º 0.55% 0.47% -
HSV(B) 353.64º 0.71% 0.73% -
XYZ 22.93 13.73 7.07 -
YUV 96.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 187 55 69 0 0.71 0.63 0.27 353.64 0.55 0.47
Hex BB 37 45 0 47 3F 1B 162 37 2F
Octal 273 67 105 0 107 77 33 542 67 57
Binary 10111011 110111 1000101 0 1000111 111111 11011 101100010 110111 101111

Color Harmonies of #BB3745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3745

Black with #BB3745

Text Example


Text Example

White with #BB3745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3745; }

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

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

background-color css

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

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

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

border-color css

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

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

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