Html Css Color HEX #BB3445 Old Rose

📋 copy color: '#BB3445'

red 187 ◦ green 52 ◦ blue 69

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

Shades of Old Rose #BB3445

Tints of Old Rose #BB3445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 60.71%
G = 16.88%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB3445 (or 0xBB3445) is known color: Old Rose. HEX triplet: BB, 34 and 45. RGB value is (187,52,69). Sum of RGB (Red+Green+Blue) = 187+52+69=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3445 is #44CBBA. Grayscale: #5E5E5E. Windows color (decimal): -4508603 or 4535483. OLE color: 4535483.

HSL color Cylindrical-coordinate representation of color #BB3445: hue angle of 352.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3445 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 69 -
CMYK 0 0.72 0.63 0.27
HSL 352.44º 0.56% 0.47% -
HSV(B) 352.44º 0.72% 0.73% -
XYZ 22.8 13.45 7.02 -
YUV 94.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 187 52 69 0 0.72 0.63 0.27 352.44 0.56 0.47
Hex BB 34 45 0 48 3F 1B 160 38 2F
Octal 273 64 105 0 110 77 33 540 70 57
Binary 10111011 110100 1000101 0 1001000 111111 11011 101100000 111000 101111

Color Harmonies of #BB3445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3445

Black with #BB3445

Text Example


Text Example

White with #BB3445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3445; }

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

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

background-color css

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

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

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

border-color css

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

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

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